#99767D

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

Shades of Turkish Rose #99767D

Tints of Turkish Rose #99767D

Color information

#99767D (or 0x99767D) is unknown color: approx Turkish Rose. HEX triplet: 99, 76 and 7D. RGB value is (153,118,125). Sum of RGB (Red+Green+Blue) = 153+118+125=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99767D is #668982. Grayscale: #818181. Windows color (decimal): -6719875 or 8222361. OLE color: 8222361.

HSL color Cylindrical-coordinate representation of color #99767D: hue angle of 348º 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 #99767D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153118125-
CMYK00.230.180.4
HSL348º14.64%53.14%-
HSV(B)348º22.88%60%-
XYZ23.3221.2122.27-
YUV129.26125.6144.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=38.64%
G=29.80%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311812500.230.180.434814.6453.14
Hex99767D017122815cf35
Octal23116617502722505341765
Binary1001100111101101111101010111100101010001010111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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