Html Css Color HEX #746A67 Russett

📋 copy color: '#746A67'

red 116 ◦ green 106 ◦ blue 103

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

Shades of Russett #746A67

Tints of Russett #746A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 35.69%
G = 32.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#746A67 (or 0x746A67) is known color: Russett. HEX triplet: 74, 6A and 67. RGB value is (116,106,103). Sum of RGB (Red+Green+Blue) = 116+106+103=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A67 is #8B9598. Grayscale: #6C6C6C. Windows color (decimal): -9147801 or 6777460. OLE color: 6777460.

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

Color convert

RGB 116 106 103 -
CMYK 0 0.09 0.11 0.55
HSL 13.85º 0.06% 0.43% -
HSV(B) 13.85º 0.11% 0.45% -
XYZ 14.8 15 14.95 -
YUV 108.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 116 106 103 0 0.09 0.11 0.55 13.85 0.06 0.43
Hex 74 6A 67 0 9 B 37 E 6 2B
Octal 164 152 147 0 11 13 67 16 6 53
Binary 1110100 1101010 1100111 0 1001 1011 110111 1110 110 101011

Color Harmonies of #746A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A67

Black with #746A67

Text Example


Text Example

White with #746A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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