Html Css Color HEX #1C7A75 Elm

📋 copy color: '#1C7A75'

red 28 ◦ green 122 ◦ blue 117

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

Shades of Elm #1C7A75

Tints of Elm #1C7A75

RGB

 RED value IS 28 (11.33% from 255) = 10.49%

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

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

R = 10.49%
G = 45.69%
B = 43.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#1C7A75 (or 0x1C7A75) is known color: Elm. HEX triplet: 1C, 7A and 75. RGB value is (28,122,117). Sum of RGB (Red+Green+Blue) = 28+122+117=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A75 is #E3858A. Grayscale: #5D5D5D. Windows color (decimal): -14910859 or 7698972. OLE color: 7698972.

HSL color Cylindrical-coordinate representation of color #1C7A75: hue angle of 176.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A75 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 122 117 -
CMYK 0.77 0 0.04 0.52
HSL 176.81º 0.63% 0.29% -
HSV(B) 176.81º 0.77% 0.48% -
XYZ 10.65 15.45 19.25 -
YUV 93.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 28 122 117 0.77 0 0.04 0.52 176.81 0.63 0.29
Hex 1C 7A 75 4D 0 4 34 B1 3F 1D
Octal 34 172 165 115 0 4 64 261 77 35
Binary 11100 1111010 1110101 1001101 0 100 110100 10110001 111111 11101

Color Harmonies of #1C7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7A75

Black with #1C7A75

Text Example


Text Example

White with #1C7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,122,117); }

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

background-color css

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

 a { background-color: rgb(28,122,117); }

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

border-color css

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

 span { border-color: rgb(28,122,117); }

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