Html Css Color HEX #746662 Russett

📋 copy color: '#746662'

red 116 ◦ green 102 ◦ blue 98

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

Shades of Russett #746662

Tints of Russett #746662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 36.71%
G = 32.28%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746662 (or 0x746662) is known color: Russett. HEX triplet: 74, 66 and 62. RGB value is (116,102,98). Sum of RGB (Red+Green+Blue) = 116+102+98=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746662 is #8B999D. Grayscale: #696969. Windows color (decimal): -9148830 or 6448756. OLE color: 6448756.

HSL color Cylindrical-coordinate representation of color #746662: hue angle of 13.33º 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 #746662 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 98 -
CMYK 0 0.12 0.16 0.55
HSL 13.33º 0.08% 0.42% -
HSV(B) 13.33º 0.16% 0.45% -
XYZ 14.16 14.1 13.53 -
YUV 105.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 116 102 98 0 0.12 0.16 0.55 13.33 0.08 0.42
Hex 74 66 62 0 C 10 37 D 8 2A
Octal 164 146 142 0 14 20 67 15 10 52
Binary 1110100 1100110 1100010 0 1100 10000 110111 1101 1000 101010

Color Harmonies of #746662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746662

Black with #746662

Text Example


Text Example

White with #746662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746662; }

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

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

background-color css

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

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

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

border-color css

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

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

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