#277774

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

Shades of Elm #277774

Tints of Elm #277774

Color information

#277774 (or 0x277774) is unknown color: approx Elm. HEX triplet: 27, 77 and 74. RGB value is (39,119,116). Sum of RGB (Red+Green+Blue) = 39+119+116=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #277774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277774 is #D8888B. Grayscale: #5E5E5E. Windows color (decimal): -14190732 or 7632679. OLE color: 7632679.

HSL color Cylindrical-coordinate representation of color #277774: hue angle of 177.75º 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 #277774 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB39119116-
CMYK0.6700.030.53
HSL177.75º50.63%30.98%-
HSV(B)177.75º67.23%46.67%-
XYZ10.5914.8918.84-
YUV94.7414088.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=14.23%
G=43.43%
B=42.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391191160.6700.030.53177.7550.6330.98
Hex277774430335b2331f
Octal4716716410303652626337
Binary1001111110111111010010000110111101011011001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277774; }

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

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

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

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

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

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

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

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