Html Css Color HEX #9C7D7F Turkish Rose

📋 copy color: '#9C7D7F'

red 156 ◦ green 125 ◦ blue 127

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

Shades of Turkish Rose #9C7D7F

Tints of Turkish Rose #9C7D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 127 (50% from 255) = 31.13%

R = 38.24%
G = 30.64%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C7D7F (or 0x9C7D7F) is known color: Turkish Rose. HEX triplet: 9C, 7D and 7F. RGB value is (156,125,127). Sum of RGB (Red+Green+Blue) = 156+125+127=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D7F is #638280. Grayscale: #868686. Windows color (decimal): -6521473 or 8355228. OLE color: 8355228.

HSL color Cylindrical-coordinate representation of color #9C7D7F: hue angle of 356.13º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C7D7F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 125 127 -
CMYK 0 0.20 0.19 0.39
HSL 356.13º 0.14% 0.55% -
HSV(B) 356.13º 0.2% 0.61% -
XYZ 24.87 23.27 23.26 -
YUV 134.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 156 125 127 0 0.20 0.19 0.39 356.13 0.14 0.55
Hex 9C 7D 7F 0 14 13 27 164 E 37
Octal 234 175 177 0 24 23 47 544 16 67
Binary 10011100 1111101 1111111 0 10100 10011 100111 101100100 1110 110111

Color Harmonies of #9C7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D7F

Black with #9C7D7F

Text Example


Text Example

White with #9C7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,127); }

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

background-color css

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

 a { background-color: rgb(156,125,127); }

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

border-color css

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

 span { border-color: rgb(156,125,127); }

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