Html Css Color HEX #287777 Atoll

📋 copy color: '#287777'

red 40 ◦ green 119 ◦ blue 119

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

Shades of Atoll #287777

Tints of Atoll #287777

RGB

 RED value IS 40 (16.02% from 255) = 14.39%

 GREEN value IS 119 (46.88% from 255) = 42.81%

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

R = 14.39%
G = 42.81%
B = 42.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#287777 (or 0x287777) is known color: Atoll. HEX triplet: 28, 77 and 77. RGB value is (40,119,119). Sum of RGB (Red+Green+Blue) = 40+119+119=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #287777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287777 is #D78888. Grayscale: #5F5F5F. Windows color (decimal): -14125193 or 7829288. OLE color: 7829288.

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

Color convert

RGB 40 119 119 -
CMYK 0.66 0 0 0.53
HSL 180º 0.5% 0.31% -
HSV(B) 180º 0.66% 0.47% -
XYZ 10.8 14.98 19.77 -
YUV 95.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 40 119 119 0.66 0 0 0.53 180 0.5 0.31
Hex 28 77 77 42 0 0 35 B4 32 1F
Octal 50 167 167 102 0 0 65 264 62 37
Binary 101000 1110111 1110111 1000010 0 0 110101 10110100 110010 11111

Color Harmonies of #287777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287777

Black with #287777

Text Example


Text Example

White with #287777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287777; }

 p { color: rgb(40,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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