Html Css Color HEX #9C787A Turkish Rose

📋 copy color: '#9C787A'

red 156 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #9C787A

Tints of Turkish Rose #9C787A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 39.2%
G = 30.15%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C787A (or 0x9C787A) is known color: Turkish Rose. HEX triplet: 9C, 78 and 7A. RGB value is (156,120,122). Sum of RGB (Red+Green+Blue) = 156+120+122=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C787A is #638785. Grayscale: #838383. Windows color (decimal): -6522758 or 8026268. OLE color: 8026268.

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

Color convert

RGB 156 120 122 -
CMYK 0 0.23 0.22 0.39
HSL 356.67º 0.15% 0.54% -
HSV(B) 356.67º 0.23% 0.61% -
XYZ 23.94 21.91 21.38 -
YUV 130.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 156 120 122 0 0.23 0.22 0.39 356.67 0.15 0.54
Hex 9C 78 7A 0 17 16 27 165 F 36
Octal 234 170 172 0 27 26 47 545 17 66
Binary 10011100 1111000 1111010 0 10111 10110 100111 101100101 1111 110110

Color Harmonies of #9C787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C787A

Black with #9C787A

Text Example


Text Example

White with #9C787A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,120,122); }

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

background-color css

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

 a { background-color: rgb(156,120,122); }

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

border-color css

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

 span { border-color: rgb(156,120,122); }

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