#92797A

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

Shades of Turkish Rose #92797A

Tints of Turkish Rose #92797A

Color information

#92797A (or 0x92797A) is unknown color: approx Turkish Rose. HEX triplet: 92, 79 and 7A. RGB value is (146,121,122). Sum of RGB (Red+Green+Blue) = 146+121+122=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92797A is #6D8685. Grayscale: #808080. Windows color (decimal): -7177862 or 8026514. OLE color: 8026514.

HSL color Cylindrical-coordinate representation of color #92797A: hue angle of 357.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92797A is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB146121122-
CMYK00.170.160.43
HSL357.6º10.29%52.35%-
HSV(B)357.6º17.12%57.25%-
XYZ22.221.1921.33-
YUV128.59124.28140.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=37.53%
G=31.11%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612112200.170.160.43357.610.2952.35
Hex92797A011102B166a34
Octal22217117202120535461264
Binary1001001011110011111010010001100001010111011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,121,122); }

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

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

 a { background-color: rgb(146,121,122); }

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

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

 span { border-color: rgb(146,121,122); }

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