Html Css Color HEX #276F77 Atoll

📋 copy color: '#276F77'

red 39 ◦ green 111 ◦ blue 119

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

Shades of Atoll #276F77

Tints of Atoll #276F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.26%

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

R = 14.5%
G = 41.26%
B = 44.24%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#276F77 (or 0x276F77) is known color: Atoll. HEX triplet: 27, 6F and 77. RGB value is (39,111,119). Sum of RGB (Red+Green+Blue) = 39+111+119=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #276F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F77 is #D89088. Grayscale: #5A5A5A. Windows color (decimal): -14192777 or 7827239. OLE color: 7827239.

HSL color Cylindrical-coordinate representation of color #276F77: hue angle of 186º 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 #276F77 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 111 119 -
CMYK 0.67 0.07 0 0.53
HSL 186º 0.51% 0.31% -
HSV(B) 186º 0.67% 0.47% -
XYZ 9.85 13.13 19.47 -
YUV 90.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 39 111 119 0.67 0.07 0 0.53 186 0.51 0.31
Hex 27 6F 77 43 7 0 35 BA 33 1F
Octal 47 157 167 103 7 0 65 272 63 37
Binary 100111 1101111 1110111 1000011 111 0 110101 10111010 110011 11111

Color Harmonies of #276F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F77

Black with #276F77

Text Example


Text Example

White with #276F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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