Html Css Color HEX #99797F Turkish Rose

📋 copy color: '#99797F'

red 153 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #99797F

Tints of Turkish Rose #99797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 127 (50% from 255) = 31.67%

R = 38.15%
G = 30.17%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99797F (or 0x99797F) is known color: Turkish Rose. HEX triplet: 99, 79 and 7F. RGB value is (153,121,127). Sum of RGB (Red+Green+Blue) = 153+121+127=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #99797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99797F is #668680. Grayscale: #838383. Windows color (decimal): -6719105 or 8354201. OLE color: 8354201.

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

Color convert

RGB 153 121 127 -
CMYK 0 0.21 0.17 0.4
HSL 348.75º 0.14% 0.54% -
HSV(B) 348.75º 0.21% 0.6% -
XYZ 23.81 21.98 23.07 -
YUV 131.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 153 121 127 0 0.21 0.17 0.4 348.75 0.14 0.54
Hex 99 79 7F 0 15 11 28 15D E 36
Octal 231 171 177 0 25 21 50 535 16 66
Binary 10011001 1111001 1111111 0 10101 10001 101000 101011101 1110 110110

Color Harmonies of #99797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99797F

Black with #99797F

Text Example


Text Example

White with #99797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99797F; }

 p { color: rgb(153,121,127); }

 H1.HeaderClassName
 {
   color: #99797F;
 }
 .AnyTagClassName
 {
   color: #99797F;
 }
</style>

background-color css

<style>
 a { background-color: #99797F; }

 a { background-color: rgb(153,121,127); }

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

border-color css

<style>
 span { border-color: #99797F; }

 span { border-color: rgb(153,121,127); }

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