#277E7C

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

Shades of Atoll #277E7C

Tints of Atoll #277E7C

Color information

#277E7C (or 0x277E7C) is unknown color: approx Atoll. HEX triplet: 27, 7E and 7C. RGB value is (39,126,124). Sum of RGB (Red+Green+Blue) = 39+126+124=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #277E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277E7C is #D88183. Grayscale: #636363. Windows color (decimal): -14188932 or 8158759. OLE color: 8158759.

HSL color Cylindrical-coordinate representation of color #277E7C: hue angle of 178.62º degrees, saturation: 0.53, 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 #277E7C is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB39126124-
CMYK0.6900.020.51
HSL178.62º52.73%32.35%-
HSV(B)178.62º69.05%49.41%-
XYZ11.9416.8121.68-
YUV99.76141.6884.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=13.49%
G=43.60%
B=42.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391261240.6900.020.51178.6252.7332.35
Hex277E7C450233b33520
Octal4717617410502632636540
Binary10011111111101111100100010101011001110110011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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