Html Css Color HEX #746A65 Russett

📋 copy color: '#746A65'

red 116 ◦ green 106 ◦ blue 101

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

Shades of Russett #746A65

Tints of Russett #746A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 35.91%
G = 32.82%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746A65 (or 0x746A65) is known color: Russett. HEX triplet: 74, 6A and 65. RGB value is (116,106,101). Sum of RGB (Red+Green+Blue) = 116+106+101=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #746A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A65 is #8B959A. Grayscale: #6C6C6C. Windows color (decimal): -9147803 or 6646388. OLE color: 6646388.

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

Color convert

RGB 116 106 101 -
CMYK 0 0.09 0.13 0.55
HSL 20º 0.07% 0.43% -
HSV(B) 20º 0.13% 0.45% -
XYZ 14.71 14.96 14.42 -
YUV 108.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 116 106 101 0 0.09 0.13 0.55 20 0.07 0.43
Hex 74 6A 65 0 9 D 37 14 7 2B
Octal 164 152 145 0 11 15 67 24 7 53
Binary 1110100 1101010 1100101 0 1001 1101 110111 10100 111 101011

Color Harmonies of #746A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A65

Black with #746A65

Text Example


Text Example

White with #746A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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