#277878

Color #277878 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #277878

Tints of Atoll #277878

Color information

#277878 (or 0x277878) is unknown color: approx Atoll. HEX triplet: 27, 78 and 78. RGB value is (39,120,120). Sum of RGB (Red+Green+Blue) = 39+120+120=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #277878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277878 is #D88787. Grayscale: #5F5F5F. Windows color (decimal): -14190472 or 7895079. OLE color: 7895079.

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

Color convert

RGB39120120-
CMYK0.67000.53
HSL180º50.94%31.18%-
HSV(B)180º67.5%47.06%-
XYZ10.9415.2220.13-
YUV95.78141.6687.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=13.98%
G=43.01%
B=43.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391201200.67000.5318050.9431.18
Hex277878430035b4331f
Octal4717017010300652646337
Binary100111111100011110001000011001101011011010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277878; }

 p { color: rgb(39,120,120); }

 H1.HeaderClassName
 {
   color: #277878;
 }
 .AnyTagClassName
 {
   color: #277878;
 }
</style>
background-color css

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

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

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

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

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

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