Html Css Color HEX #1D7A77 Elm

📋 copy color: '#1D7A77'

red 29 ◦ green 122 ◦ blue 119

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

Shades of Elm #1D7A77

Tints of Elm #1D7A77

RGB

 RED value IS 29 (11.72% from 255) = 10.74%

 GREEN value IS 122 (48.05% from 255) = 45.19%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 10.74%
G = 45.19%
B = 44.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#1D7A77 (or 0x1D7A77) is known color: Elm. HEX triplet: 1D, 7A and 77. RGB value is (29,122,119). Sum of RGB (Red+Green+Blue) = 29+122+119=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7A77 is #E28588. Grayscale: #5D5D5D. Windows color (decimal): -14845321 or 7830045. OLE color: 7830045.

HSL color Cylindrical-coordinate representation of color #1D7A77: hue angle of 178.06º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7A77 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 29 122 119 -
CMYK 0.76 0 0.02 0.52
HSL 178.06º 0.62% 0.3% -
HSV(B) 178.06º 0.76% 0.48% -
XYZ 10.8 15.51 19.88 -
YUV 93.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 29 122 119 0.76 0 0.02 0.52 178.06 0.62 0.3
Hex 1D 7A 77 4C 0 2 34 B2 3E 1E
Octal 35 172 167 114 0 2 64 262 76 36
Binary 11101 1111010 1110111 1001100 0 10 110100 10110010 111110 11110

Color Harmonies of #1D7A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7A77

Black with #1D7A77

Text Example


Text Example

White with #1D7A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,122,119); }

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

background-color css

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

 a { background-color: rgb(29,122,119); }

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

border-color css

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

 span { border-color: rgb(29,122,119); }

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