Html Css Color HEX #9C7072 Turkish Rose

📋 copy color: '#9C7072'

red 156 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #9C7072

Tints of Turkish Rose #9C7072

RGB

 RED value IS 156 (61.33% from 255) = 40.84%

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 40.84%
G = 29.32%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C7072 (or 0x9C7072) is known color: Turkish Rose. HEX triplet: 9C, 70 and 72. RGB value is (156,112,114). Sum of RGB (Red+Green+Blue) = 156+112+114=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7072 is #638F8D. Grayscale: #7D7D7D. Windows color (decimal): -6524814 or 7499932. OLE color: 7499932.

HSL color Cylindrical-coordinate representation of color #9C7072: hue angle of 357.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7072 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 112 114 -
CMYK 0 0.28 0.27 0.39
HSL 357.27º 0.18% 0.53% -
HSV(B) 357.27º 0.28% 0.61% -
XYZ 22.54 19.87 18.57 -
YUV 125.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 156 112 114 0 0.28 0.27 0.39 357.27 0.18 0.53
Hex 9C 70 72 0 1C 1B 27 165 12 35
Octal 234 160 162 0 34 33 47 545 22 65
Binary 10011100 1110000 1110010 0 11100 11011 100111 101100101 10010 110101

Color Harmonies of #9C7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7072

Black with #9C7072

Text Example


Text Example

White with #9C7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7072; }

 p { color: rgb(156,112,114); }

 H1.HeaderClassName
 {
   color: #9C7072;
 }
 .AnyTagClassName
 {
   color: #9C7072;
 }
</style>

background-color css

<style>
 a { background-color: #9C7072; }

 a { background-color: rgb(156,112,114); }

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

border-color css

<style>
 span { border-color: #9C7072; }

 span { border-color: rgb(156,112,114); }

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