#277C7C

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

Shades of Atoll #277C7C

Tints of Atoll #277C7C

Color information

#277C7C (or 0x277C7C) is unknown color: approx Atoll. HEX triplet: 27, 7C and 7C. RGB value is (39,124,124). Sum of RGB (Red+Green+Blue) = 39+124+124=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #277C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C7C is #D88383. Grayscale: #626262. Windows color (decimal): -14189444 or 8158247. OLE color: 8158247.

HSL color Cylindrical-coordinate representation of color #277C7C: hue angle of 180º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C7C is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB39124124-
CMYK0.69000.51
HSL180º52.15%31.96%-
HSV(B)180º68.55%48.63%-
XYZ11.6816.321.6-
YUV98.58142.3485.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=13.59%
G=43.21%
B=43.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391241240.69000.5118052.1531.96
Hex277C7C450033b43420
Octal4717417410500632646440
Binary1001111111100111110010001010011001110110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277C7C; }

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

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

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

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

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

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

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

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