#277A75

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

Shades of Elm #277A75

Tints of Elm #277A75

Color information

#277A75 (or 0x277A75) is unknown color: approx Elm. HEX triplet: 27, 7A and 75. RGB value is (39,122,117). Sum of RGB (Red+Green+Blue) = 39+122+117=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #277A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A75 is #D8858A. Grayscale: #606060. Windows color (decimal): -14189963 or 7698983. OLE color: 7698983.

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

Color convert

RGB39122117-
CMYK0.6800.040.52
HSL176.39º51.55%31.57%-
HSV(B)176.39º68.03%47.84%-
XYZ11.0115.6319.27-
YUV96.61139.586.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=14.03%
G=43.88%
B=42.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391221170.6800.040.52176.3951.5531.57
Hex277A75440434b03420
Octal4717216510404642606440
Binary100111111101011101011000100010011010010110000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,122,117); }

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

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

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

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

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

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

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