Html Css Color HEX #746560 Russett

📋 copy color: '#746560'

red 116 ◦ green 101 ◦ blue 96

#746560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #746560

Tints of Russett #746560

RGB

 RED value IS 116 (45.7% from 255) = 37.06%

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 37.06%
G = 32.27%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#746560 (or 0x746560) is known color: Russett. HEX triplet: 74, 65 and 60. RGB value is (116,101,96). Sum of RGB (Red+Green+Blue) = 116+101+96=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746560 is #8B9A9F. Grayscale: #686868. Windows color (decimal): -9149088 or 6317428. OLE color: 6317428.

HSL color Cylindrical-coordinate representation of color #746560: hue angle of 15º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #746560 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 96 -
CMYK 0 0.13 0.17 0.55
HSL 15º 0.09% 0.42% -
HSV(B) 15º 0.17% 0.45% -
XYZ 13.97 13.86 13.01 -
YUV 104.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 116 101 96 0 0.13 0.17 0.55 15 0.09 0.42
Hex 74 65 60 0 D 11 37 F 9 2A
Octal 164 145 140 0 15 21 67 17 11 52
Binary 1110100 1100101 1100000 0 1101 10001 110111 1111 1001 101010

Color Harmonies of #746560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746560

Black with #746560

Text Example


Text Example

White with #746560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746560; }

 p { color: rgb(116,101,96); }

 H1.HeaderClassName
 {
   color: #746560;
 }
 .AnyTagClassName
 {
   color: #746560;
 }
</style>

background-color css

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

 a { background-color: rgb(116,101,96); }

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

border-color css

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

 span { border-color: rgb(116,101,96); }

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