Html Css Color HEX #277072 Atoll

📋 copy color: '#277072'

red 39 ◦ green 112 ◦ blue 114

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

Shades of Atoll #277072

Tints of Atoll #277072

RGB

 RED value IS 39 (15.63% from 255) = 14.72%

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 14.72%
G = 42.26%
B = 43.02%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#277072 (or 0x277072) is known color: Atoll. HEX triplet: 27, 70 and 72. RGB value is (39,112,114). Sum of RGB (Red+Green+Blue) = 39+112+114=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #277072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277072 is #D88F8D. Grayscale: #5A5A5A. Windows color (decimal): -14192526 or 7499815. OLE color: 7499815.

HSL color Cylindrical-coordinate representation of color #277072: hue angle of 181.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277072 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 112 114 -
CMYK 0.66 0.02 0 0.55
HSL 181.6º 0.49% 0.3% -
HSV(B) 181.6º 0.66% 0.45% -
XYZ 9.67 13.23 17.96 -
YUV 90.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 39 112 114 0.66 0.02 0 0.55 181.6 0.49 0.3
Hex 27 70 72 42 2 0 37 B6 31 1E
Octal 47 160 162 102 2 0 67 266 61 36
Binary 100111 1110000 1110010 1000010 10 0 110111 10110110 110001 11110

Color Harmonies of #277072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277072

Black with #277072

Text Example


Text Example

White with #277072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277072; }

 p { color: rgb(39,112,114); }

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

background-color css

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

 a { background-color: rgb(39,112,114); }

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

border-color css

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

 span { border-color: rgb(39,112,114); }

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