Html Css Color HEX #96757A Turkish Rose

📋 copy color: '#96757A'

red 150 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #96757A

Tints of Turkish Rose #96757A

RGB

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

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

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

R = 38.56%
G = 30.08%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96757A (or 0x96757A) is known color: Turkish Rose. HEX triplet: 96, 75 and 7A. RGB value is (150,117,122). Sum of RGB (Red+Green+Blue) = 150+117+122=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96757A is #698A85. Grayscale: #7F7F7F. Windows color (decimal): -6916742 or 8025494. OLE color: 8025494.

HSL color Cylindrical-coordinate representation of color #96757A: hue angle of 350.91º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96757A is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 122 -
CMYK 0 0.22 0.19 0.41
HSL 350.91º 0.14% 0.52% -
HSV(B) 350.91º 0.22% 0.59% -
XYZ 22.45 20.61 21.21 -
YUV 127.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 150 117 122 0 0.22 0.19 0.41 350.91 0.14 0.52
Hex 96 75 7A 0 16 13 29 15F E 34
Octal 226 165 172 0 26 23 51 537 16 64
Binary 10010110 1110101 1111010 0 10110 10011 101001 101011111 1110 110100

Color Harmonies of #96757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96757A

Black with #96757A

Text Example


Text Example

White with #96757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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