Html Css Color HEX #277077 Atoll

📋 copy color: '#277077'

red 39 ◦ green 112 ◦ blue 119

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

Shades of Atoll #277077

Tints of Atoll #277077

RGB

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

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

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

R = 14.44%
G = 41.48%
B = 44.07%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#277077 (or 0x277077) is known color: Atoll. HEX triplet: 27, 70 and 77. RGB value is (39,112,119). Sum of RGB (Red+Green+Blue) = 39+112+119=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #277077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277077 is #D88F88. Grayscale: #5A5A5A. Windows color (decimal): -14192521 or 7827495. OLE color: 7827495.

HSL color Cylindrical-coordinate representation of color #277077: hue angle of 185.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277077 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 112 119 -
CMYK 0.67 0.06 0 0.53
HSL 185.25º 0.51% 0.31% -
HSV(B) 185.25º 0.67% 0.47% -
XYZ 9.96 13.35 19.5 -
YUV 90.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 39 112 119 0.67 0.06 0 0.53 185.25 0.51 0.31
Hex 27 70 77 43 6 0 35 B9 33 1F
Octal 47 160 167 103 6 0 65 271 63 37
Binary 100111 1110000 1110111 1000011 110 0 110101 10111001 110011 11111

Color Harmonies of #277077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277077

Black with #277077

Text Example


Text Example

White with #277077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277077; }

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

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

background-color css

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

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

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

border-color css

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

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

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