Html Css Color HEX #37776A Genoa

📋 copy color: '#37776A'

red 55 ◦ green 119 ◦ blue 106

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

Shades of Genoa #37776A

Tints of Genoa #37776A

RGB

 RED value IS 55 (21.88% from 255) = 19.64%

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 19.64%
G = 42.5%
B = 37.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#37776A (or 0x37776A) is known color: Genoa. HEX triplet: 37, 77 and 6A. RGB value is (55,119,106). Sum of RGB (Red+Green+Blue) = 55+119+106=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #37776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37776A is #C88895. Grayscale: #626262. Windows color (decimal): -13142166 or 6977335. OLE color: 6977335.

HSL color Cylindrical-coordinate representation of color #37776A: hue angle of 167.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37776A is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 106 -
CMYK 0.54 0 0.11 0.53
HSL 167.81º 0.37% 0.34% -
HSV(B) 167.81º 0.54% 0.47% -
XYZ 10.77 15.05 15.97 -
YUV 98.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 55 119 106 0.54 0 0.11 0.53 167.81 0.37 0.34
Hex 37 77 6A 36 0 B 35 A8 25 22
Octal 67 167 152 66 0 13 65 250 45 42
Binary 110111 1110111 1101010 110110 0 1011 110101 10101000 100101 100010

Color Harmonies of #37776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37776A

Black with #37776A

Text Example


Text Example

White with #37776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37776A; }

 p { color: rgb(55,119,106); }

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

background-color css

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

 a { background-color: rgb(55,119,106); }

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

border-color css

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

 span { border-color: rgb(55,119,106); }

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