#077677

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

Shades of Surfie Green #077677

Tints of Surfie Green #077677

Color information

#077677 (or 0x077677) is unknown color: approx Surfie Green. HEX triplet: 07, 76 and 77. RGB value is (7,118,119). Sum of RGB (Red+Green+Blue) = 7+118+119=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #077677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077677 is #F88988. Grayscale: #545454. Windows color (decimal): -16288137 or 7828999. OLE color: 7828999.

HSL color Cylindrical-coordinate representation of color #077677: hue angle of 180.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077677 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7118119-
CMYK0.940.0100.53
HSL180.54º88.89%24.71%-
HSV(B)180.54º94.12%46.67%-
XYZ9.914.3319.7-
YUV84.92147.2372.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.87%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=2.87%
G=48.36%
B=48.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71181190.940.0100.53180.5488.8924.71
Hex776775E1035b55919
Octal7166167136106526513131
Binary1111110110111011110111101011010110110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077677; }

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

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

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

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

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

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

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

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