#927277

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

Shades of Turkish Rose #927277

Tints of Turkish Rose #927277

Color information

#927277 (or 0x927277) is unknown color: approx Turkish Rose. HEX triplet: 92, 72 and 77. RGB value is (146,114,119). Sum of RGB (Red+Green+Blue) = 146+114+119=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #927277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927277 is #6D8D88. Grayscale: #7C7C7C. Windows color (decimal): -7179657 or 7828114. OLE color: 7828114.

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

Color convert

RGB146114119-
CMYK00.220.180.43
HSL350.62º12.8%50.98%-
HSV(B)350.62º21.92%57.25%-
XYZ21.219.4820.09-
YUV124.14125.1143.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=38.52%
G=30.08%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611411900.220.180.43350.6212.850.98
Hex927277016122B15fd33
Octal22216216702622535371563
Binary1001001011100101110111010110100101010111010111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927277; }

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

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

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

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

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

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

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

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