Html Css Color HEX #96797A Turkish Rose

📋 copy color: '#96797A'

red 150 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #96797A

Tints of Turkish Rose #96797A

RGB

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

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

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

R = 38.17%
G = 30.79%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96797A (or 0x96797A) is known color: Turkish Rose. HEX triplet: 96, 79 and 7A. RGB value is (150,121,122). Sum of RGB (Red+Green+Blue) = 150+121+122=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797A is #698685. Grayscale: #818181. Windows color (decimal): -6915718 or 8026518. OLE color: 8026518.

HSL color Cylindrical-coordinate representation of color #96797A: hue angle of 357.93º 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 #96797A is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 122 -
CMYK 0 0.19 0.19 0.41
HSL 357.93º 0.12% 0.53% -
HSV(B) 357.93º 0.19% 0.59% -
XYZ 22.93 21.56 21.37 -
YUV 129.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 150 121 122 0 0.19 0.19 0.41 357.93 0.12 0.53
Hex 96 79 7A 0 13 13 29 166 C 35
Octal 226 171 172 0 23 23 51 546 14 65
Binary 10010110 1111001 1111010 0 10011 10011 101001 101100110 1100 110101

Color Harmonies of #96797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96797A

Black with #96797A

Text Example


Text Example

White with #96797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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