Html Css Color HEX #377F80 Atoll

📋 copy color: '#377F80'

red 55 ◦ green 127 ◦ blue 128

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

Shades of Atoll #377F80

Tints of Atoll #377F80

RGB

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

 GREEN value IS 127 (50% from 255) = 40.97%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 17.74%
G = 40.97%
B = 41.29%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377F80 (or 0x377F80) is known color: Atoll. HEX triplet: 37, 7F and 80. RGB value is (55,127,128). Sum of RGB (Red+Green+Blue) = 55+127+128=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #377F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F80 is #C8807F. Grayscale: #696969. Windows color (decimal): -13140096 or 8421175. OLE color: 8421175.

HSL color Cylindrical-coordinate representation of color #377F80: hue angle of 180.82º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F80 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 128 -
CMYK 0.57 0.01 0 0.50
HSL 180.82º 0.4% 0.36% -
HSV(B) 180.82º 0.57% 0.5% -
XYZ 13.06 17.55 23.12 -
YUV 105.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 55 127 128 0.57 0.01 0 0.50 180.82 0.4 0.36
Hex 37 7F 80 39 1 0 32 B5 28 24
Octal 67 177 200 71 1 0 62 265 50 44
Binary 110111 1111111 10000000 111001 1 0 110010 10110101 101000 100100

Color Harmonies of #377F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F80

Black with #377F80

Text Example


Text Example

White with #377F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F80; }

 p { color: rgb(55,127,128); }

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

background-color css

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

 a { background-color: rgb(55,127,128); }

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

border-color css

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

 span { border-color: rgb(55,127,128); }

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