Html Css Color HEX #746C69 Russett

📋 copy color: '#746C69'

red 116 ◦ green 108 ◦ blue 105

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

Shades of Russett #746C69

Tints of Russett #746C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 35.26%
G = 32.83%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#746C69 (or 0x746C69) is known color: Russett. HEX triplet: 74, 6C and 69. RGB value is (116,108,105). Sum of RGB (Red+Green+Blue) = 116+108+105=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C69 is #8B9396. Grayscale: #6E6E6E. Windows color (decimal): -9147287 or 6909044. OLE color: 6909044.

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

Color convert

RGB 116 108 105 -
CMYK 0 0.07 0.09 0.55
HSL 16.36º 0.05% 0.43% -
HSV(B) 16.36º 0.09% 0.45% -
XYZ 15.11 15.46 15.55 -
YUV 110.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 116 108 105 0 0.07 0.09 0.55 16.36 0.05 0.43
Hex 74 6C 69 0 7 9 37 10 5 2B
Octal 164 154 151 0 7 11 67 20 5 53
Binary 1110100 1101100 1101001 0 111 1001 110111 10000 101 101011

Color Harmonies of #746C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C69

Black with #746C69

Text Example


Text Example

White with #746C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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