Html Css Color HEX #746E6B Russett

📋 copy color: '#746E6B'

red 116 ◦ green 110 ◦ blue 107

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

Shades of Russett #746E6B

Tints of Russett #746E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 34.83%
G = 33.03%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#746E6B (or 0x746E6B) is known color: Russett. HEX triplet: 74, 6E and 6B. RGB value is (116,110,107). Sum of RGB (Red+Green+Blue) = 116+110+107=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #746E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E6B is #8B9194. Grayscale: #6F6F6F. Windows color (decimal): -9146773 or 7040628. OLE color: 7040628.

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

Color convert

RGB 116 110 107 -
CMYK 0 0.05 0.08 0.55
HSL 20º 0.04% 0.44% -
HSV(B) 20º 0.08% 0.45% -
XYZ 15.43 15.93 16.17 -
YUV 111.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 116 110 107 0 0.05 0.08 0.55 20 0.04 0.44
Hex 74 6E 6B 0 5 8 37 14 4 2C
Octal 164 156 153 0 5 10 67 24 4 54
Binary 1110100 1101110 1101011 0 101 1000 110111 10100 100 101100

Color Harmonies of #746E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E6B

Black with #746E6B

Text Example


Text Example

White with #746E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,107); }

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

background-color css

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

 a { background-color: rgb(116,110,107); }

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

border-color css

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

 span { border-color: rgb(116,110,107); }

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