#99777B

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

Shades of Turkish Rose #99777B

Tints of Turkish Rose #99777B

Color information

#99777B (or 0x99777B) is unknown color: approx Turkish Rose. HEX triplet: 99, 77 and 7B. RGB value is (153,119,123). Sum of RGB (Red+Green+Blue) = 153+119+123=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99777B is #668884. Grayscale: #818181. Windows color (decimal): -6719621 or 8091545. OLE color: 8091545.

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

Color convert

RGB153119123-
CMYK00.220.200.4
HSL352.94º14.29%53.33%-
HSV(B)352.94º22.22%60%-
XYZ23.3121.421.64-
YUV129.62124.26144.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=38.73%
G=30.13%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311912300.220.200.4352.9414.2953.33
Hex99777B0161428161e35
Octal23116717302624505411665
Binary1001100111101111111011010110101001010001011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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