#92777A

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

Shades of Turkish Rose #92777A

Tints of Turkish Rose #92777A

Color information

#92777A (or 0x92777A) is unknown color: approx Turkish Rose. HEX triplet: 92, 77 and 7A. RGB value is (146,119,122). Sum of RGB (Red+Green+Blue) = 146+119+122=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92777A is #6D8885. Grayscale: #7F7F7F. Windows color (decimal): -7178374 or 8026002. OLE color: 8026002.

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

Color convert

RGB146119122-
CMYK00.180.160.43
HSL353.33º11.02%51.96%-
HSV(B)353.33º18.49%57.25%-
XYZ21.9620.7121.25-
YUV127.42124.95141.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=37.73%
G=30.75%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611912200.180.160.43353.3311.0251.96
Hex92777A012102B161b34
Octal22216717202220535411364
Binary1001001011101111111010010010100001010111011000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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