Html Css Color HEX #1B7771 Elm

📋 copy color: '#1B7771'

red 27 ◦ green 119 ◦ blue 113

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

Shades of Elm #1B7771

Tints of Elm #1B7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 10.42%
G = 45.95%
B = 43.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#1B7771 (or 0x1B7771) is known color: Elm. HEX triplet: 1B, 77 and 71. RGB value is (27,119,113). Sum of RGB (Red+Green+Blue) = 27+119+113=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7771 is #E4888E. Grayscale: #5A5A5A. Windows color (decimal): -14977167 or 7436059. OLE color: 7436059.

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

Color convert

RGB 27 119 113 -
CMYK 0.77 0 0.05 0.53
HSL 176.09º 0.63% 0.29% -
HSV(B) 176.09º 0.77% 0.47% -
XYZ 10.03 14.62 17.92 -
YUV 90.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 27 119 113 0.77 0 0.05 0.53 176.09 0.63 0.29
Hex 1B 77 71 4D 0 5 35 B0 3F 1D
Octal 33 167 161 115 0 5 65 260 77 35
Binary 11011 1110111 1110001 1001101 0 101 110101 10110000 111111 11101

Color Harmonies of #1B7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7771

Black with #1B7771

Text Example


Text Example

White with #1B7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,119,113); }

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

background-color css

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

 a { background-color: rgb(27,119,113); }

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

border-color css

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

 span { border-color: rgb(27,119,113); }

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