Html Css Color HEX #96777C Turkish Rose

📋 copy color: '#96777C'

red 150 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #96777C

Tints of Turkish Rose #96777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 38.17%
G = 30.28%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96777C (or 0x96777C) is known color: Turkish Rose. HEX triplet: 96, 77 and 7C. RGB value is (150,119,124). Sum of RGB (Red+Green+Blue) = 150+119+124=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96777C is #698883. Grayscale: #808080. Windows color (decimal): -6916228 or 8157078. OLE color: 8157078.

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

Color convert

RGB 150 119 124 -
CMYK 0 0.21 0.17 0.41
HSL 350.32º 0.13% 0.53% -
HSV(B) 350.32º 0.21% 0.59% -
XYZ 22.81 21.13 21.95 -
YUV 128.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 150 119 124 0 0.21 0.17 0.41 350.32 0.13 0.53
Hex 96 77 7C 0 15 11 29 15E D 35
Octal 226 167 174 0 25 21 51 536 15 65
Binary 10010110 1110111 1111100 0 10101 10001 101001 101011110 1101 110101

Color Harmonies of #96777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96777C

Black with #96777C

Text Example


Text Example

White with #96777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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