Html Css Color HEX #9C757B Turkish Rose

📋 copy color: '#9C757B'

red 156 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #9C757B

Tints of Turkish Rose #9C757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 39.39%
G = 29.55%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C757B (or 0x9C757B) is known color: Turkish Rose. HEX triplet: 9C, 75 and 7B. RGB value is (156,117,123). Sum of RGB (Red+Green+Blue) = 156+117+123=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C757B is #638A84. Grayscale: #818181. Windows color (decimal): -6523525 or 8091036. OLE color: 8091036.

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

Color convert

RGB 156 117 123 -
CMYK 0 0.25 0.21 0.39
HSL 350.77º 0.16% 0.54% -
HSV(B) 350.77º 0.25% 0.61% -
XYZ 23.65 21.22 21.59 -
YUV 129.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 156 117 123 0 0.25 0.21 0.39 350.77 0.16 0.54
Hex 9C 75 7B 0 19 15 27 15F 10 36
Octal 234 165 173 0 31 25 47 537 20 66
Binary 10011100 1110101 1111011 0 11001 10101 100111 101011111 10000 110110

Color Harmonies of #9C757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C757B

Black with #9C757B

Text Example


Text Example

White with #9C757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,117,123); }

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

background-color css

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

 a { background-color: rgb(156,117,123); }

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

border-color css

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

 span { border-color: rgb(156,117,123); }

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