#99777D

Color #99777D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #99777D

Tints of Turkish Rose #99777D

Color information

#99777D (or 0x99777D) is unknown color: approx Turkish Rose. HEX triplet: 99, 77 and 7D. RGB value is (153,119,125). Sum of RGB (Red+Green+Blue) = 153+119+125=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99777D is #668882. Grayscale: #818181. Windows color (decimal): -6719619 or 8222617. OLE color: 8222617.

HSL color Cylindrical-coordinate representation of color #99777D: hue angle of 349.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99777D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153119125-
CMYK00.220.180.4
HSL349.41º14.29%53.33%-
HSV(B)349.41º22.22%60%-
XYZ23.4421.4522.31-
YUV129.85125.26144.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=38.54%
G=29.97%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311912500.220.180.4349.4114.2953.33
Hex99777D016122815de35
Octal23116717502622505351665
Binary1001100111101111111101010110100101010001010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99777D;
 }
 .AnyTagClassName
 {
   color: #99777D;
 }
</style>
background-color css

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

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

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

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

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

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