#277C7B

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

Shades of Atoll #277C7B

Tints of Atoll #277C7B

Color information

#277C7B (or 0x277C7B) is unknown color: approx Atoll. HEX triplet: 27, 7C and 7B. RGB value is (39,124,123). Sum of RGB (Red+Green+Blue) = 39+124+123=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #277C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C7B is #D88384. Grayscale: #626262. Windows color (decimal): -14189445 or 8092711. OLE color: 8092711.

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

Color convert

RGB39124123-
CMYK0.6900.010.51
HSL179.29º52.15%31.96%-
HSV(B)179.29º68.55%48.63%-
XYZ11.6216.2821.27-
YUV98.47141.8485.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.64%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=13.64%
G=43.36%
B=43.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391241230.6900.010.51179.2952.1531.96
Hex277C7B450133b33420
Octal4717417310501632636440
Binary1001111111100111101110001010111001110110011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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