#927A7B

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

Shades of Turkish Rose #927A7B

Tints of Turkish Rose #927A7B

Color information

#927A7B (or 0x927A7B) is unknown color: approx Turkish Rose. HEX triplet: 92, 7A and 7B. RGB value is (146,122,123). Sum of RGB (Red+Green+Blue) = 146+122+123=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #927A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A7B is #6D8584. Grayscale: #818181. Windows color (decimal): -7177605 or 8092306. OLE color: 8092306.

HSL color Cylindrical-coordinate representation of color #927A7B: hue angle of 357.5º 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 #927A7B is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB146122123-
CMYK00.160.160.43
HSL357.5º9.92%52.55%-
HSV(B)357.5º16.44%57.25%-
XYZ22.3921.4621.7-
YUV129.29124.45139.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=37.34%
G=31.20%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612212300.160.160.43357.59.9252.55
Hex927A7B010102B166a35
Octal22217217302020535461265
Binary1001001011110101111011010000100001010111011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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