Html Css Color HEX #377F7F Atoll

📋 copy color: '#377F7F'

red 55 ◦ green 127 ◦ blue 127

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

Shades of Atoll #377F7F

Tints of Atoll #377F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 17.8%
G = 41.1%
B = 41.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377F7F (or 0x377F7F) is known color: Atoll. HEX triplet: 37, 7F and 7F. RGB value is (55,127,127). Sum of RGB (Red+Green+Blue) = 55+127+127=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #377F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F7F is #C88080. Grayscale: #696969. Windows color (decimal): -13140097 or 8355639. OLE color: 8355639.

HSL color Cylindrical-coordinate representation of color #377F7F: hue angle of 180º 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 #377F7F is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 127 -
CMYK 0.57 0 0 0.50
HSL 180º 0.4% 0.36% -
HSV(B) 180º 0.57% 0.5% -
XYZ 13 17.52 22.78 -
YUV 105.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 55 127 127 0.57 0 0 0.50 180 0.4 0.36
Hex 37 7F 7F 39 0 0 32 B4 28 24
Octal 67 177 177 71 0 0 62 264 50 44
Binary 110111 1111111 1111111 111001 0 0 110010 10110100 101000 100100

Color Harmonies of #377F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F7F

Black with #377F7F

Text Example


Text Example

White with #377F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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