Html Css Color HEX #746D4F Go Ben

📋 copy color: '#746D4F'

red 116 ◦ green 109 ◦ blue 79

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

Shades of Go Ben #746D4F

Tints of Go Ben #746D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 38.16%
G = 35.86%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#746D4F (or 0x746D4F) is known color: Go Ben. HEX triplet: 74, 6D and 4F. RGB value is (116,109,79). Sum of RGB (Red+Green+Blue) = 116+109+79=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D4F is #8B92B0. Grayscale: #6B6B6B. Windows color (decimal): -9147057 or 5205364. OLE color: 5205364.

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

Color convert

RGB 116 109 79 -
CMYK 0 0.06 0.32 0.55
HSL 48.65º 0.19% 0.38% -
HSV(B) 48.65º 0.32% 0.45% -
XYZ 14.08 15.21 9.59 -
YUV 107.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 116 109 79 0 0.06 0.32 0.55 48.65 0.19 0.38
Hex 74 6D 4F 0 6 20 37 31 13 26
Octal 164 155 117 0 6 40 67 61 23 46
Binary 1110100 1101101 1001111 0 110 100000 110111 110001 10011 100110

Color Harmonies of #746D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D4F

Black with #746D4F

Text Example


Text Example

White with #746D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,79); }

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

background-color css

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

 a { background-color: rgb(116,109,79); }

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

border-color css

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

 span { border-color: rgb(116,109,79); }

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