Html Css Color HEX #9C7F83 Turkish Rose

📋 copy color: '#9C7F83'

red 156 ◦ green 127 ◦ blue 131

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

Shades of Turkish Rose #9C7F83

Tints of Turkish Rose #9C7F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 37.68%
G = 30.68%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C7F83 (or 0x9C7F83) is known color: Turkish Rose. HEX triplet: 9C, 7F and 83. RGB value is (156,127,131). Sum of RGB (Red+Green+Blue) = 156+127+131=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F83 is #63807C. Grayscale: #888888. Windows color (decimal): -6520957 or 8617884. OLE color: 8617884.

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

Color convert

RGB 156 127 131 -
CMYK 0 0.19 0.16 0.39
HSL 351.72º 0.13% 0.55% -
HSV(B) 351.72º 0.19% 0.61% -
XYZ 25.4 23.89 24.74 -
YUV 136.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 156 127 131 0 0.19 0.16 0.39 351.72 0.13 0.55
Hex 9C 7F 83 0 13 10 27 160 D 37
Octal 234 177 203 0 23 20 47 540 15 67
Binary 10011100 1111111 10000011 0 10011 10000 100111 101100000 1101 110111

Color Harmonies of #9C7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F83

Black with #9C7F83

Text Example


Text Example

White with #9C7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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