Html Css Color HEX #1B7773 Elm

📋 copy color: '#1B7773'

red 27 ◦ green 119 ◦ blue 115

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

Shades of Elm #1B7773

Tints of Elm #1B7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 10.34%
G = 45.59%
B = 44.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#1B7773 (or 0x1B7773) is known color: Elm. HEX triplet: 1B, 77 and 73. RGB value is (27,119,115). Sum of RGB (Red+Green+Blue) = 27+119+115=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7773 is #E4888C. Grayscale: #5A5A5A. Windows color (decimal): -14977165 or 7567131. OLE color: 7567131.

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

Color convert

RGB 27 119 115 -
CMYK 0.77 0 0.03 0.53
HSL 177.39º 0.63% 0.29% -
HSV(B) 177.39º 0.77% 0.47% -
XYZ 10.14 14.66 18.52 -
YUV 91.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 27 119 115 0.77 0 0.03 0.53 177.39 0.63 0.29
Hex 1B 77 73 4D 0 3 35 B1 3F 1D
Octal 33 167 163 115 0 3 65 261 77 35
Binary 11011 1110111 1110011 1001101 0 11 110101 10110001 111111 11101

Color Harmonies of #1B7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7773

Black with #1B7773

Text Example


Text Example

White with #1B7773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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