Html Css Color HEX #1B7770 Elm

📋 copy color: '#1B7770'

red 27 ◦ green 119 ◦ blue 112

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

Shades of Elm #1B7770

Tints of Elm #1B7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 10.47%
G = 46.12%
B = 43.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#1B7770 (or 0x1B7770) is known color: Elm. HEX triplet: 1B, 77 and 70. RGB value is (27,119,112). Sum of RGB (Red+Green+Blue) = 27+119+112=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7770 is #E4888F. Grayscale: #5A5A5A. Windows color (decimal): -14977168 or 7370523. OLE color: 7370523.

HSL color Cylindrical-coordinate representation of color #1B7770: hue angle of 175.43º 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 #1B7770 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 112 -
CMYK 0.77 0 0.06 0.53
HSL 175.43º 0.63% 0.29% -
HSV(B) 175.43º 0.77% 0.47% -
XYZ 9.97 14.6 17.62 -
YUV 90.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 27 119 112 0.77 0 0.06 0.53 175.43 0.63 0.29
Hex 1B 77 70 4D 0 6 35 AF 3F 1D
Octal 33 167 160 115 0 6 65 257 77 35
Binary 11011 1110111 1110000 1001101 0 110 110101 10101111 111111 11101

Color Harmonies of #1B7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7770

Black with #1B7770

Text Example


Text Example

White with #1B7770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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