Html Css Color HEX #96707A Turkish Rose

📋 copy color: '#96707A'

red 150 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #96707A

Tints of Turkish Rose #96707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 39.06%
G = 29.17%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96707A (or 0x96707A) is known color: Turkish Rose. HEX triplet: 96, 70 and 7A. RGB value is (150,112,122). Sum of RGB (Red+Green+Blue) = 150+112+122=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #96707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707A is #698F85. Grayscale: #7C7C7C. Windows color (decimal): -6918022 or 8024214. OLE color: 8024214.

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

Color convert

RGB 150 112 122 -
CMYK 0 0.25 0.19 0.41
HSL 344.21º 0.15% 0.51% -
HSV(B) 344.21º 0.25% 0.59% -
XYZ 21.88 19.48 21.02 -
YUV 124.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 150 112 122 0 0.25 0.19 0.41 344.21 0.15 0.51
Hex 96 70 7A 0 19 13 29 158 F 33
Octal 226 160 172 0 31 23 51 530 17 63
Binary 10010110 1110000 1111010 0 11001 10011 101001 101011000 1111 110011

Color Harmonies of #96707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96707A

Black with #96707A

Text Example


Text Example

White with #96707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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