Html Css Color HEX #377770 Genoa

📋 copy color: '#377770'

red 55 ◦ green 119 ◦ blue 112

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

Shades of Genoa #377770

Tints of Genoa #377770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 19.23%
G = 41.61%
B = 39.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#377770 (or 0x377770) is known color: Genoa. HEX triplet: 37, 77 and 70. RGB value is (55,119,112). Sum of RGB (Red+Green+Blue) = 55+119+112=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #377770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377770 is #C8888F. Grayscale: #636363. Windows color (decimal): -13142160 or 7370551. OLE color: 7370551.

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

Color convert

RGB 55 119 112 -
CMYK 0.54 0 0.06 0.53
HSL 173.44º 0.37% 0.34% -
HSV(B) 173.44º 0.54% 0.47% -
XYZ 11.1 15.18 17.67 -
YUV 99.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 55 119 112 0.54 0 0.06 0.53 173.44 0.37 0.34
Hex 37 77 70 36 0 6 35 AD 25 22
Octal 67 167 160 66 0 6 65 255 45 42
Binary 110111 1110111 1110000 110110 0 110 110101 10101101 100101 100010

Color Harmonies of #377770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377770

Black with #377770

Text Example


Text Example

White with #377770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377770; }

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

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

background-color css

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

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

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

border-color css

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

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

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