Html Css Color HEX #746864 Russett

📋 copy color: '#746864'

red 116 ◦ green 104 ◦ blue 100

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

Shades of Russett #746864

Tints of Russett #746864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 36.25%
G = 32.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#746864 (or 0x746864) is known color: Russett. HEX triplet: 74, 68 and 64. RGB value is (116,104,100). Sum of RGB (Red+Green+Blue) = 116+104+100=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746864 is #8B979B. Grayscale: #6B6B6B. Windows color (decimal): -9148316 or 6580340. OLE color: 6580340.

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

Color convert

RGB 116 104 100 -
CMYK 0 0.10 0.14 0.55
HSL 15º 0.07% 0.42% -
HSV(B) 15º 0.14% 0.45% -
XYZ 14.45 14.53 14.1 -
YUV 107.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 116 104 100 0 0.10 0.14 0.55 15 0.07 0.42
Hex 74 68 64 0 A E 37 F 7 2A
Octal 164 150 144 0 12 16 67 17 7 52
Binary 1110100 1101000 1100100 0 1010 1110 110111 1111 111 101010

Color Harmonies of #746864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746864

Black with #746864

Text Example


Text Example

White with #746864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746864; }

 p { color: rgb(116,104,100); }

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

background-color css

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

 a { background-color: rgb(116,104,100); }

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

border-color css

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

 span { border-color: rgb(116,104,100); }

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