Html Css Color HEX #99787D Turkish Rose

📋 copy color: '#99787D'

red 153 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #99787D

Tints of Turkish Rose #99787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 38.44%
G = 30.15%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99787D (or 0x99787D) is known color: Turkish Rose. HEX triplet: 99, 78 and 7D. RGB value is (153,120,125). Sum of RGB (Red+Green+Blue) = 153+120+125=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99787D is #668782. Grayscale: #828282. Windows color (decimal): -6719363 or 8222873. OLE color: 8222873.

HSL color Cylindrical-coordinate representation of color #99787D: hue angle of 350.91º 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 #99787D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 125 -
CMYK 0 0.22 0.18 0.4
HSL 350.91º 0.14% 0.54% -
HSV(B) 350.91º 0.22% 0.6% -
XYZ 23.56 21.69 22.35 -
YUV 130.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 153 120 125 0 0.22 0.18 0.4 350.91 0.14 0.54
Hex 99 78 7D 0 16 12 28 15F E 36
Octal 231 170 175 0 26 22 50 537 16 66
Binary 10011001 1111000 1111101 0 10110 10010 101000 101011111 1110 110110

Color Harmonies of #99787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99787D

Black with #99787D

Text Example


Text Example

White with #99787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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