Html Css Color HEX #077474 Surfie Green

📋 copy color: '#077474'

red 7 ◦ green 116 ◦ blue 116

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

Shades of Surfie Green #077474

Tints of Surfie Green #077474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 2.93%
G = 48.54%
B = 48.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#077474 (or 0x077474) is known color: Surfie Green. HEX triplet: 07, 74 and 74. RGB value is (7,116,116). Sum of RGB (Red+Green+Blue) = 7+116+116=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #077474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077474 is #F88B8B. Grayscale: #535353. Windows color (decimal): -16288652 or 7631879. OLE color: 7631879.

HSL color Cylindrical-coordinate representation of color #077474: hue angle of 180º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077474 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 116 -
CMYK 0.94 0 0 0.55
HSL 180º 0.89% 0.24% -
HSV(B) 180º 0.94% 0.45% -
XYZ 9.49 13.8 18.69 -
YUV 83.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 7 116 116 0.94 0 0 0.55 180 0.89 0.24
Hex 7 74 74 5E 0 0 37 B4 59 18
Octal 7 164 164 136 0 0 67 264 131 30
Binary 111 1110100 1110100 1011110 0 0 110111 10110100 1011001 11000

Color Harmonies of #077474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077474

Black with #077474

Text Example


Text Example

White with #077474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077474; }

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

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

background-color css

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

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

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

border-color css

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

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

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