Html Css Color HEX #1B7975 Elm

📋 copy color: '#1B7975'

red 27 ◦ green 121 ◦ blue 117

#1B7975
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1B7975

Tints of Elm #1B7975

RGB

 RED value IS 27 (10.94% from 255) = 10.19%

 GREEN value IS 121 (47.66% from 255) = 45.66%

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 10.19%
G = 45.66%
B = 44.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#1B7975 (or 0x1B7975) is known color: Elm. HEX triplet: 1B, 79 and 75. RGB value is (27,121,117). Sum of RGB (Red+Green+Blue) = 27+121+117=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #1B7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7975 is #E4868A. Grayscale: #5C5C5C. Windows color (decimal): -14976651 or 7698715. OLE color: 7698715.

HSL color Cylindrical-coordinate representation of color #1B7975: hue angle of 177.45º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7975 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 121 117 -
CMYK 0.78 0 0.03 0.53
HSL 177.45º 0.64% 0.29% -
HSV(B) 177.45º 0.78% 0.47% -
XYZ 10.5 15.19 19.21 -
YUV 92.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 27 121 117 0.78 0 0.03 0.53 177.45 0.64 0.29
Hex 1B 79 75 4E 0 3 35 B1 40 1D
Octal 33 171 165 116 0 3 65 261 100 35
Binary 11011 1111001 1110101 1001110 0 11 110101 10110001 1000000 11101

Color Harmonies of #1B7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7975

Black with #1B7975

Text Example


Text Example

White with #1B7975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B7975;
 }
 .AnyTagClassName
 {
   color: #1B7975;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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