Html Css Color HEX #207377 Atoll

📋 copy color: '#207377'

red 32 ◦ green 115 ◦ blue 119

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

Shades of Atoll #207377

Tints of Atoll #207377

RGB

 RED value IS 32 (12.89% from 255) = 12.03%

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 12.03%
G = 43.23%
B = 44.74%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#207377 (or 0x207377) is known color: Atoll. HEX triplet: 20, 73 and 77. RGB value is (32,115,119). Sum of RGB (Red+Green+Blue) = 32+115+119=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #207377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207377 is #DF8C88. Grayscale: #5A5A5A. Windows color (decimal): -14650505 or 7828256. OLE color: 7828256.

HSL color Cylindrical-coordinate representation of color #207377: hue angle of 182.76º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207377 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 115 119 -
CMYK 0.73 0.03 0 0.53
HSL 182.76º 0.58% 0.3% -
HSV(B) 182.76º 0.73% 0.47% -
XYZ 10.06 13.9 19.61 -
YUV 90.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 32 115 119 0.73 0.03 0 0.53 182.76 0.58 0.3
Hex 20 73 77 49 3 0 35 B7 3A 1E
Octal 40 163 167 111 3 0 65 267 72 36
Binary 100000 1110011 1110111 1001001 11 0 110101 10110111 111010 11110

Color Harmonies of #207377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207377

Black with #207377

Text Example


Text Example

White with #207377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207377; }

 p { color: rgb(32,115,119); }

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

background-color css

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

 a { background-color: rgb(32,115,119); }

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

border-color css

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

 span { border-color: rgb(32,115,119); }

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