#927A7C

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

Shades of Turkish Rose #927A7C

Tints of Turkish Rose #927A7C

Color information

#927A7C (or 0x927A7C) is unknown color: approx Turkish Rose. HEX triplet: 92, 7A and 7C. RGB value is (146,122,124). Sum of RGB (Red+Green+Blue) = 146+122+124=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #927A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A7C is #6D8583. Grayscale: #818181. Windows color (decimal): -7177604 or 8157842. OLE color: 8157842.

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

Color convert

RGB146122124-
CMYK00.160.150.43
HSL355º9.92%52.55%-
HSV(B)355º16.44%57.25%-
XYZ22.4521.4922.03-
YUV129.4124.95139.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=37.24%
G=31.12%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612212400.160.150.433559.9252.55
Hex927A7C010F2B163a35
Octal22217217402017535431265
Binary100100101111010111110001000011111010111011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927A7C; }

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

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

<style>
 a { background-color: #927A7C; }

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

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

<style>
 span { border-color: #927A7C; }

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

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