Html Css Color HEX #077478 Surfie Green

📋 copy color: '#077478'

red 7 ◦ green 116 ◦ blue 120

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

Shades of Surfie Green #077478

Tints of Surfie Green #077478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 2.88%
G = 47.74%
B = 49.38%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#077478 (or 0x077478) is known color: Surfie Green. HEX triplet: 07, 74 and 78. RGB value is (7,116,120). Sum of RGB (Red+Green+Blue) = 7+116+120=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #077478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077478 is #F88B87. Grayscale: #535353. Windows color (decimal): -16288648 or 7894023. OLE color: 7894023.

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

Color convert

RGB 7 116 120 -
CMYK 0.94 0.03 0 0.53
HSL 182.12º 0.89% 0.25% -
HSV(B) 182.12º 0.94% 0.47% -
XYZ 9.72 13.89 19.94 -
YUV 83.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 7 116 120 0.94 0.03 0 0.53 182.12 0.89 0.25
Hex 7 74 78 5E 3 0 35 B6 59 19
Octal 7 164 170 136 3 0 65 266 131 31
Binary 111 1110100 1111000 1011110 11 0 110101 10110110 1011001 11001

Color Harmonies of #077478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077478

Black with #077478

Text Example


Text Example

White with #077478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077478; }

 p { color: rgb(7,116,120); }

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

background-color css

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

 a { background-color: rgb(7,116,120); }

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

border-color css

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

 span { border-color: rgb(7,116,120); }

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