#98767A

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

Shades of Turkish Rose #98767A

Tints of Turkish Rose #98767A

Color information

#98767A (or 0x98767A) is unknown color: approx Turkish Rose. HEX triplet: 98, 76 and 7A. RGB value is (152,118,122). Sum of RGB (Red+Green+Blue) = 152+118+122=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98767A is #678985. Grayscale: #808080. Windows color (decimal): -6785414 or 8025752. OLE color: 8025752.

HSL color Cylindrical-coordinate representation of color #98767A: 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 #98767A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152118122-
CMYK00.220.200.40
HSL352.94º14.17%52.94%-
HSV(B)352.94º22.37%59.61%-
XYZ22.9421.0421.26-
YUV128.62124.26144.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=38.78%
G=30.10%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211812200.220.200.40352.9414.1752.94
Hex98767A0161428161e35
Octal23016617202624505411665
Binary1001100011101101111010010110101001010001011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,118,122); }

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

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

 a { background-color: rgb(152,118,122); }

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

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

 span { border-color: rgb(152,118,122); }

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