#1B7576

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

Shades of Elm #1B7576

Tints of Elm #1B7576

Color information

#1B7576 (or 0x1B7576) is unknown color: approx Elm. HEX triplet: 1B, 75 and 76. RGB value is (27,117,118). Sum of RGB (Red+Green+Blue) = 27+117+118=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7576 is #E48A89. Grayscale: #5A5A5A. Windows color (decimal): -14977674 or 7763227. OLE color: 7763227.

HSL color Cylindrical-coordinate representation of color #1B7576: hue angle of 180.66º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7576 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB27117118-
CMYK0.770.0100.54
HSL180.66º62.76%28.43%-
HSV(B)180.66º77.12%46.27%-
XYZ10.0814.2619.36-
YUV90.2143.6882.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.31%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=10.31%
G=44.66%
B=45.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal271171180.770.0100.54180.6662.7628.43
Hex1B75764D1036b53f1c
Octal3316516611510662657734
Binary11011111010111101101001101101101101011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B7576; }

 p { color: rgb(27,117,118); }

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

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

 a { background-color: rgb(27,117,118); }

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

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

 span { border-color: rgb(27,117,118); }

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