Html Css Color HEX #1B776E Elm

📋 copy color: '#1B776E'

red 27 ◦ green 119 ◦ blue 110

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

Shades of Elm #1B776E

Tints of Elm #1B776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 10.55%
G = 46.48%
B = 42.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#1B776E (or 0x1B776E) is known color: Elm. HEX triplet: 1B, 77 and 6E. RGB value is (27,119,110). Sum of RGB (Red+Green+Blue) = 27+119+110=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #1B776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B776E is #E48891. Grayscale: #5A5A5A. Windows color (decimal): -14977170 or 7239451. OLE color: 7239451.

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

Color convert

RGB 27 119 110 -
CMYK 0.77 0 0.08 0.53
HSL 174.13º 0.63% 0.29% -
HSV(B) 174.13º 0.77% 0.47% -
XYZ 9.86 14.55 17.04 -
YUV 90.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 27 119 110 0.77 0 0.08 0.53 174.13 0.63 0.29
Hex 1B 77 6E 4D 0 8 35 AE 3F 1D
Octal 33 167 156 115 0 10 65 256 77 35
Binary 11011 1110111 1101110 1001101 0 1000 110101 10101110 111111 11101

Color Harmonies of #1B776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B776E

Black with #1B776E

Text Example


Text Example

White with #1B776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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