Html Css Color HEX #746966 Russett

📋 copy color: '#746966'

red 116 ◦ green 105 ◦ blue 102

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

Shades of Russett #746966

Tints of Russett #746966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 35.91%
G = 32.51%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#746966 (or 0x746966) is known color: Russett. HEX triplet: 74, 69 and 66. RGB value is (116,105,102). Sum of RGB (Red+Green+Blue) = 116+105+102=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #746966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746966 is #8B9699. Grayscale: #6B6B6B. Windows color (decimal): -9148058 or 6711668. OLE color: 6711668.

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

Color convert

RGB 116 105 102 -
CMYK 0 0.09 0.12 0.55
HSL 12.86º 0.06% 0.43% -
HSV(B) 12.86º 0.12% 0.45% -
XYZ 14.65 14.78 14.65 -
YUV 107.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 116 105 102 0 0.09 0.12 0.55 12.86 0.06 0.43
Hex 74 69 66 0 9 C 37 D 6 2B
Octal 164 151 146 0 11 14 67 15 6 53
Binary 1110100 1101001 1100110 0 1001 1100 110111 1101 110 101011

Color Harmonies of #746966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746966

Black with #746966

Text Example


Text Example

White with #746966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746966; }

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

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

background-color css

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

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

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

border-color css

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

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

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