Html Css Color HEX #99787B Turkish Rose

📋 copy color: '#99787B'

red 153 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #99787B

Tints of Turkish Rose #99787B

RGB

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

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

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

R = 38.64%
G = 30.3%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99787B (or 0x99787B) is known color: Turkish Rose. HEX triplet: 99, 78 and 7B. RGB value is (153,120,123). Sum of RGB (Red+Green+Blue) = 153+120+123=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99787B is #668784. Grayscale: #828282. Windows color (decimal): -6719365 or 8091801. OLE color: 8091801.

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

Color convert

RGB 153 120 123 -
CMYK 0 0.22 0.20 0.4
HSL 354.55º 0.14% 0.54% -
HSV(B) 354.55º 0.22% 0.6% -
XYZ 23.43 21.64 21.68 -
YUV 130.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 153 120 123 0 0.22 0.20 0.4 354.55 0.14 0.54
Hex 99 78 7B 0 16 14 28 163 E 36
Octal 231 170 173 0 26 24 50 543 16 66
Binary 10011001 1111000 1111011 0 10110 10100 101000 101100011 1110 110110

Color Harmonies of #99787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99787B

Black with #99787B

Text Example


Text Example

White with #99787B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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