#277777

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

Shades of Atoll #277777

Tints of Atoll #277777

Color information

#277777 (or 0x277777) is unknown color: approx Atoll. HEX triplet: 27, 77 and 77. RGB value is (39,119,119). Sum of RGB (Red+Green+Blue) = 39+119+119=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #277777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277777 is #D88888. Grayscale: #5F5F5F. Windows color (decimal): -14190729 or 7829287. OLE color: 7829287.

HSL color Cylindrical-coordinate representation of color #277777: 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.67%. Process color model (Four color, CMYK) of #277777 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39119119-
CMYK0.67000.53
HSL180º50.63%30.98%-
HSV(B)180º67.23%46.67%-
XYZ10.7614.9619.77-
YUV95.08141.588-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=14.08%
G=42.96%
B=42.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391191190.67000.5318050.6330.98
Hex277777430035b4331f
Octal4716716710300652646337
Binary100111111011111101111000011001101011011010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277777; }

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

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

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

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

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

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

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

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