Html Css Color HEX #746562 Russett

📋 copy color: '#746562'

red 116 ◦ green 101 ◦ blue 98

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

Shades of Russett #746562

Tints of Russett #746562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 36.83%
G = 32.06%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746562 (or 0x746562) is known color: Russett. HEX triplet: 74, 65 and 62. RGB value is (116,101,98). Sum of RGB (Red+Green+Blue) = 116+101+98=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746562 is #8B9A9D. Grayscale: #696969. Windows color (decimal): -9149086 or 6448500. OLE color: 6448500.

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

Color convert

RGB 116 101 98 -
CMYK 0 0.13 0.16 0.55
HSL 10º 0.08% 0.42% -
HSV(B) 10º 0.16% 0.45% -
XYZ 14.06 13.9 13.5 -
YUV 105.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 116 101 98 0 0.13 0.16 0.55 10 0.08 0.42
Hex 74 65 62 0 D 10 37 A 8 2A
Octal 164 145 142 0 15 20 67 12 10 52
Binary 1110100 1100101 1100010 0 1101 10000 110111 1010 1000 101010

Color Harmonies of #746562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746562

Black with #746562

Text Example


Text Example

White with #746562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746562; }

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

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

background-color css

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

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

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

border-color css

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

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

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