#927374

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

Shades of Turkish Rose #927374

Tints of Turkish Rose #927374

Color information

#927374 (or 0x927374) is unknown color: approx Turkish Rose. HEX triplet: 92, 73 and 74. RGB value is (146,115,116). Sum of RGB (Red+Green+Blue) = 146+115+116=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #927374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927374 is #6D8C8B. Grayscale: #7C7C7C. Windows color (decimal): -7179404 or 7631762. OLE color: 7631762.

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

Color convert

RGB146115116-
CMYK00.210.210.43
HSL358.06º12.45%51.18%-
HSV(B)358.06º21.23%57.25%-
XYZ21.1419.6319.2-
YUV124.38123.27143.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=38.73%
G=30.50%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611511600.210.210.43358.0612.4551.18
Hex927374015152B166c33
Octal22216316402525535461463
Binary1001001011100111110100010101101011010111011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927374; }

 p { color: rgb(146,115,116); }

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

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

 a { background-color: rgb(146,115,116); }

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

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

 span { border-color: rgb(146,115,116); }

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