Html Css Color HEX #99767C Turkish Rose

📋 copy color: '#99767C'

red 153 ◦ green 118 ◦ blue 124

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

Shades of Turkish Rose #99767C

Tints of Turkish Rose #99767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

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

R = 38.73%
G = 29.87%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99767C (or 0x99767C) is known color: Turkish Rose. HEX triplet: 99, 76 and 7C. RGB value is (153,118,124). Sum of RGB (Red+Green+Blue) = 153+118+124=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99767C is #668983. Grayscale: #818181. Windows color (decimal): -6719876 or 8156825. OLE color: 8156825.

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

Color convert

RGB 153 118 124 -
CMYK 0 0.23 0.19 0.4
HSL 349.71º 0.15% 0.53% -
HSV(B) 349.71º 0.23% 0.6% -
XYZ 23.25 21.18 21.93 -
YUV 129.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 153 118 124 0 0.23 0.19 0.4 349.71 0.15 0.53
Hex 99 76 7C 0 17 13 28 15E F 35
Octal 231 166 174 0 27 23 50 536 17 65
Binary 10011001 1110110 1111100 0 10111 10011 101000 101011110 1111 110101

Color Harmonies of #99767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99767C

Black with #99767C

Text Example


Text Example

White with #99767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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