Html Css Color HEX #96797C Turkish Rose

📋 copy color: '#96797C'

red 150 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #96797C

Tints of Turkish Rose #96797C

RGB

 RED value IS 150 (58.98% from 255) = 37.97%

 GREEN value IS 121 (47.66% from 255) = 30.63%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 37.97%
G = 30.63%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96797C (or 0x96797C) is known color: Turkish Rose. HEX triplet: 96, 79 and 7C. RGB value is (150,121,124). Sum of RGB (Red+Green+Blue) = 150+121+124=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797C is #698683. Grayscale: #828282. Windows color (decimal): -6915716 or 8157590. OLE color: 8157590.

HSL color Cylindrical-coordinate representation of color #96797C: hue angle of 353.79º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96797C is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 124 -
CMYK 0 0.19 0.17 0.41
HSL 353.79º 0.12% 0.53% -
HSV(B) 353.79º 0.19% 0.59% -
XYZ 23.05 21.61 22.03 -
YUV 130.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 150 121 124 0 0.19 0.17 0.41 353.79 0.12 0.53
Hex 96 79 7C 0 13 11 29 162 C 35
Octal 226 171 174 0 23 21 51 542 14 65
Binary 10010110 1111001 1111100 0 10011 10001 101001 101100010 1100 110101

Color Harmonies of #96797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96797C

Black with #96797C

Text Example


Text Example

White with #96797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96797C; }

 p { color: rgb(150,121,124); }

 H1.HeaderClassName
 {
   color: #96797C;
 }
 .AnyTagClassName
 {
   color: #96797C;
 }
</style>

background-color css

<style>
 a { background-color: #96797C; }

 a { background-color: rgb(150,121,124); }

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

border-color css

<style>
 span { border-color: #96797C; }

 span { border-color: rgb(150,121,124); }

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