Html Css Color HEX #96787B Turkish Rose

📋 copy color: '#96787B'

red 150 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #96787B

Tints of Turkish Rose #96787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 38.17%
G = 30.53%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96787B (or 0x96787B) is known color: Turkish Rose. HEX triplet: 96, 78 and 7B. RGB value is (150,120,123). Sum of RGB (Red+Green+Blue) = 150+120+123=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96787B is #698784. Grayscale: #818181. Windows color (decimal): -6915973 or 8091798. OLE color: 8091798.

HSL color Cylindrical-coordinate representation of color #96787B: hue angle of 354º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96787B is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 123 -
CMYK 0 0.20 0.18 0.41
HSL 354º 0.13% 0.53% -
HSV(B) 354º 0.2% 0.59% -
XYZ 22.87 21.35 21.65 -
YUV 129.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 150 120 123 0 0.20 0.18 0.41 354 0.13 0.53
Hex 96 78 7B 0 14 12 29 162 C 35
Octal 226 170 173 0 24 22 51 542 14 65
Binary 10010110 1111000 1111011 0 10100 10010 101001 101100010 1100 110101

Color Harmonies of #96787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96787B

Black with #96787B

Text Example


Text Example

White with #96787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96787B; }

 p { color: rgb(150,120,123); }

 H1.HeaderClassName
 {
   color: #96787B;
 }
 .AnyTagClassName
 {
   color: #96787B;
 }
</style>

background-color css

<style>
 a { background-color: #96787B; }

 a { background-color: rgb(150,120,123); }

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

border-color css

<style>
 span { border-color: #96787B; }

 span { border-color: rgb(150,120,123); }

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