Html Css Color HEX #1C7B72 Elm

📋 copy color: '#1C7B72'

red 28 ◦ green 123 ◦ blue 114

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

Shades of Elm #1C7B72

Tints of Elm #1C7B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 10.57%
G = 46.42%
B = 43.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#1C7B72 (or 0x1C7B72) is known color: Elm. HEX triplet: 1C, 7B and 72. RGB value is (28,123,114). Sum of RGB (Red+Green+Blue) = 28+123+114=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7B72 is #E3848D. Grayscale: #5D5D5D. Windows color (decimal): -14910606 or 7502620. OLE color: 7502620.

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

Color convert

RGB 28 123 114 -
CMYK 0.77 0 0.07 0.52
HSL 174.32º 0.63% 0.3% -
HSV(B) 174.32º 0.77% 0.48% -
XYZ 10.6 15.63 18.38 -
YUV 93.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 28 123 114 0.77 0 0.07 0.52 174.32 0.63 0.3
Hex 1C 7B 72 4D 0 7 34 AE 3F 1E
Octal 34 173 162 115 0 7 64 256 77 36
Binary 11100 1111011 1110010 1001101 0 111 110100 10101110 111111 11110

Color Harmonies of #1C7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7B72

Black with #1C7B72

Text Example


Text Example

White with #1C7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,123,114); }

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

background-color css

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

 a { background-color: rgb(28,123,114); }

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

border-color css

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

 span { border-color: rgb(28,123,114); }

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