#077c76

Color #077C76 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #077C76

Tints of Surfie Green #077C76

Color information

#077C76 (or 0x077C76) is unknown color: approx Surfie Green. HEX triplet: 07, 7C and 76. RGB value is (7,124,118). Sum of RGB (Red+Green+Blue) = 7+124+118=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #077C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077C76 is #F88389. Grayscale: #585858. Windows color (decimal): -16286602 or 7764999. OLE color: 7764999.

HSL color Cylindrical-coordinate representation of color #077C76: hue angle of 176.92º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077C76 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB7124118-
CMYK0.9400.050.51
HSL176.92º89.31%25.69%-
HSV(B)176.92º94.35%48.63%-
XYZ10.5715.7719.63-
YUV88.33144.7469.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.81%
GREEN value IS 124 (48.83% from 255) = 49.80%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=2.81%
G=49.80%
B=47.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71241180.9400.050.51176.9289.3125.69
Hex77C765E0533b1591a
Octal7174166136056326113132
Binary111111110011101101011110010111001110110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077c76; }

 p { color: rgb(7,124,118); }

 H1.HeaderClassName
 {
   color: #077c76;
 }
 .AnyTagClassName
 {
   color: #077c76;
 }
</style>
background-color css

<style>
 a { background-color: #077c76; }

 a { background-color: rgb(7,124,118); }

 div.DivClassName
 {
   background-color: #077c76;
 }
 .BgClassName
 {
   background-color: #077c76;
 }
</style>
border-color css

<style>
 span { border-color: #077c76; }

 span { border-color: rgb(7,124,118); }

 td.TdClassName
 {
   border-color: #077c76;
 }
 .TagClassName
 {
   border-color: #077c76;
 }
</style>