#077177

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

Shades of Surfie Green #077177

Tints of Surfie Green #077177

Color information

#077177 (or 0x077177) is unknown color: approx Surfie Green. HEX triplet: 07, 71 and 77. RGB value is (7,113,119). Sum of RGB (Red+Green+Blue) = 7+113+119=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #077177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077177 is #F88E88. Grayscale: #515151. Windows color (decimal): -16289417 or 7827719. OLE color: 7827719.

HSL color Cylindrical-coordinate representation of color #077177: hue angle of 183.21º 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 #077177 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7113119-
CMYK0.940.0500.53
HSL183.21º88.89%24.71%-
HSV(B)183.21º94.12%46.67%-
XYZ9.3213.1919.51-
YUV81.99148.8874.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=2.93%
G=47.28%
B=49.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71131190.940.0500.53183.2188.8924.71
Hex771775E5035b75919
Octal7161167136506526713131
Binary111111000111101111011110101011010110110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077177; }

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

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

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

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

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

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

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

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