Html Css Color HEX #99787C Turkish Rose

📋 copy color: '#99787C'

red 153 ◦ green 120 ◦ blue 124

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

Shades of Turkish Rose #99787C

Tints of Turkish Rose #99787C

RGB

 RED value IS 153 (60.16% from 255) = 38.54%

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

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

R = 38.54%
G = 30.23%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99787C (or 0x99787C) is known color: Turkish Rose. HEX triplet: 99, 78 and 7C. RGB value is (153,120,124). Sum of RGB (Red+Green+Blue) = 153+120+124=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99787C is #668783. Grayscale: #828282. Windows color (decimal): -6719364 or 8157337. OLE color: 8157337.

HSL color Cylindrical-coordinate representation of color #99787C: hue angle of 352.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99787C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 124 -
CMYK 0 0.22 0.19 0.4
HSL 352.73º 0.14% 0.54% -
HSV(B) 352.73º 0.22% 0.6% -
XYZ 23.49 21.66 22.01 -
YUV 130.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 153 120 124 0 0.22 0.19 0.4 352.73 0.14 0.54
Hex 99 78 7C 0 16 13 28 161 E 36
Octal 231 170 174 0 26 23 50 541 16 66
Binary 10011001 1111000 1111100 0 10110 10011 101000 101100001 1110 110110

Color Harmonies of #99787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99787C

Black with #99787C

Text Example


Text Example

White with #99787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,120,124); }

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

background-color css

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

 a { background-color: rgb(153,120,124); }

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

border-color css

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

 span { border-color: rgb(153,120,124); }

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