Html Css Color HEX #1A7F75 Elm

📋 copy color: '#1A7F75'

red 26 ◦ green 127 ◦ blue 117

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

Shades of Elm #1A7F75

Tints of Elm #1A7F75

RGB

 RED value IS 26 (10.55% from 255) = 9.63%

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 9.63%
G = 47.04%
B = 43.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#1A7F75 (or 0x1A7F75) is known color: Elm. HEX triplet: 1A, 7F and 75. RGB value is (26,127,117). Sum of RGB (Red+Green+Blue) = 26+127+117=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7F75 is #E5808A. Grayscale: #5F5F5F. Windows color (decimal): -15040651 or 7700250. OLE color: 7700250.

HSL color Cylindrical-coordinate representation of color #1A7F75: hue angle of 174.06º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F75 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 127 117 -
CMYK 0.80 0 0.08 0.50
HSL 174.06º 0.66% 0.3% -
HSV(B) 174.06º 0.8% 0.5% -
XYZ 11.23 16.68 19.46 -
YUV 95.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 26 127 117 0.80 0 0.08 0.50 174.06 0.66 0.3
Hex 1A 7F 75 50 0 8 32 AE 42 1E
Octal 32 177 165 120 0 10 62 256 102 36
Binary 11010 1111111 1110101 1010000 0 1000 110010 10101110 1000010 11110

Color Harmonies of #1A7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7F75

Black with #1A7F75

Text Example


Text Example

White with #1A7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,127,117); }

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

background-color css

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

 a { background-color: rgb(26,127,117); }

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

border-color css

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

 span { border-color: rgb(26,127,117); }

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