Html Css Color HEX #9C7C7E Turkish Rose

📋 copy color: '#9C7C7E'

red 156 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #9C7C7E

Tints of Turkish Rose #9C7C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 38.42%
G = 30.54%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C7C7E (or 0x9C7C7E) is known color: Turkish Rose. HEX triplet: 9C, 7C and 7E. RGB value is (156,124,126). Sum of RGB (Red+Green+Blue) = 156+124+126=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C7E is #638381. Grayscale: #858585. Windows color (decimal): -6521730 or 8289436. OLE color: 8289436.

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

Color convert

RGB 156 124 126 -
CMYK 0 0.21 0.19 0.39
HSL 356.25º 0.14% 0.55% -
HSV(B) 356.25º 0.21% 0.61% -
XYZ 24.68 22.99 22.88 -
YUV 133.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 156 124 126 0 0.21 0.19 0.39 356.25 0.14 0.55
Hex 9C 7C 7E 0 15 13 27 164 E 37
Octal 234 174 176 0 25 23 47 544 16 67
Binary 10011100 1111100 1111110 0 10101 10011 100111 101100100 1110 110111

Color Harmonies of #9C7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7C7E

Black with #9C7C7E

Text Example


Text Example

White with #9C7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,124,126); }

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

background-color css

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

 a { background-color: rgb(156,124,126); }

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

border-color css

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

 span { border-color: rgb(156,124,126); }

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