Html Css Color HEX #99727A Turkish Rose

📋 copy color: '#99727A'

red 153 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #99727A

Tints of Turkish Rose #99727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 39.33%
G = 29.31%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99727A (or 0x99727A) is known color: Turkish Rose. HEX triplet: 99, 72 and 7A. RGB value is (153,114,122). Sum of RGB (Red+Green+Blue) = 153+114+122=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727A is #668D85. Grayscale: #7E7E7E. Windows color (decimal): -6720902 or 8024729. OLE color: 8024729.

HSL color Cylindrical-coordinate representation of color #99727A: hue angle of 347.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99727A is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 122 -
CMYK 0 0.25 0.20 0.4
HSL 347.69º 0.16% 0.52% -
HSV(B) 347.69º 0.25% 0.6% -
XYZ 22.67 20.21 21.12 -
YUV 126.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 153 114 122 0 0.25 0.20 0.4 347.69 0.16 0.52
Hex 99 72 7A 0 19 14 28 15C 10 34
Octal 231 162 172 0 31 24 50 534 20 64
Binary 10011001 1110010 1111010 0 11001 10100 101000 101011100 10000 110100

Color Harmonies of #99727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99727A

Black with #99727A

Text Example


Text Example

White with #99727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99727A; }

 p { color: rgb(153,114,122); }

 H1.HeaderClassName
 {
   color: #99727A;
 }
 .AnyTagClassName
 {
   color: #99727A;
 }
</style>

background-color css

<style>
 a { background-color: #99727A; }

 a { background-color: rgb(153,114,122); }

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

border-color css

<style>
 span { border-color: #99727A; }

 span { border-color: rgb(153,114,122); }

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