#92767A

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

Shades of Turkish Rose #92767A

Tints of Turkish Rose #92767A

Color information

#92767A (or 0x92767A) is unknown color: approx Turkish Rose. HEX triplet: 92, 76 and 7A. RGB value is (146,118,122). Sum of RGB (Red+Green+Blue) = 146+118+122=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767A is #6D8985. Grayscale: #7E7E7E. Windows color (decimal): -7178630 or 8025746. OLE color: 8025746.

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

Color convert

RGB146118122-
CMYK00.190.160.43
HSL351.43º11.38%51.76%-
HSV(B)351.43º19.18%57.25%-
XYZ21.8520.4721.21-
YUV126.83125.28141.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=37.82%
G=30.57%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812200.190.160.43351.4311.3851.76
Hex92767A013102B15fb34
Octal22216617202320535371364
Binary1001001011101101111010010011100001010111010111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92767A; }

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

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

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

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

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

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

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

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