#077277

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

Shades of Surfie Green #077277

Tints of Surfie Green #077277

Color information

#077277 (or 0x077277) is unknown color: approx Surfie Green. HEX triplet: 07, 72 and 77. RGB value is (7,114,119). Sum of RGB (Red+Green+Blue) = 7+114+119=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #077277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077277 is #F88D88. Grayscale: #525252. Windows color (decimal): -16289161 or 7827975. OLE color: 7827975.

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

Color convert

RGB7114119-
CMYK0.940.0400.53
HSL182.68º88.89%24.71%-
HSV(B)182.68º94.12%46.67%-
XYZ9.4313.4119.54-
YUV82.58148.5574.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.92%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=2.92%
G=47.5%
B=49.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71141190.940.0400.53182.6888.8924.71
Hex772775E4035b75919
Octal7162167136406526713131
Binary111111001011101111011110100011010110110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077277; }

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

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

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

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

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

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

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

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