#927778

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

Shades of Turkish Rose #927778

Tints of Turkish Rose #927778

Color information

#927778 (or 0x927778) is unknown color: approx Turkish Rose. HEX triplet: 92, 77 and 78. RGB value is (146,119,120). Sum of RGB (Red+Green+Blue) = 146+119+120=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #927778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927778 is #6D8887. Grayscale: #7F7F7F. Windows color (decimal): -7178376 or 7894930. OLE color: 7894930.

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

Color convert

RGB146119120-
CMYK00.180.180.43
HSL357.78º11.02%51.96%-
HSV(B)357.78º18.49%57.25%-
XYZ21.8420.6620.61-
YUV127.19123.95141.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=37.92%
G=30.91%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611912000.180.180.43357.7811.0251.96
Hex927778012122B166b34
Octal22216717002222535461364
Binary1001001011101111111000010010100101010111011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927778; }

 p { color: rgb(146,119,120); }

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

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

 a { background-color: rgb(146,119,120); }

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

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

 span { border-color: rgb(146,119,120); }

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