Html Css Color HEX #077B76 Surfie Green

📋 copy color: '#077B76'

red 7 ◦ green 123 ◦ blue 118

#077B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #077B76

Tints of Surfie Green #077B76

RGB

 RED value IS 7 (3.13% from 255) = 2.82%

 GREEN value IS 123 (48.44% from 255) = 49.6%

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 2.82%
G = 49.6%
B = 47.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#077B76 (or 0x077B76) is known color: Surfie Green. HEX triplet: 07, 7B and 76. RGB value is (7,123,118). Sum of RGB (Red+Green+Blue) = 7+123+118=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #077B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B76 is #F88489. Grayscale: #575757. Windows color (decimal): -16286858 or 7764743. OLE color: 7764743.

HSL color Cylindrical-coordinate representation of color #077B76: hue angle of 177.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B76 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 123 118 -
CMYK 0.94 0 0.04 0.52
HSL 177.41º 0.89% 0.25% -
HSV(B) 177.41º 0.94% 0.48% -
XYZ 10.44 15.52 19.58 -
YUV 87.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 7 123 118 0.94 0 0.04 0.52 177.41 0.89 0.25
Hex 7 7B 76 5E 0 4 34 B1 59 19
Octal 7 173 166 136 0 4 64 261 131 31
Binary 111 1111011 1110110 1011110 0 100 110100 10110001 1011001 11001

Color Harmonies of #077B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B76

Black with #077B76

Text Example


Text Example

White with #077B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #077B76;
 }
 .AnyTagClassName
 {
   color: #077B76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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