Html Css Color HEX #746F4F Go Ben

📋 copy color: '#746F4F'

red 116 ◦ green 111 ◦ blue 79

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

Shades of Go Ben #746F4F

Tints of Go Ben #746F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

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

R = 37.91%
G = 36.27%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#746F4F (or 0x746F4F) is known color: Go Ben. HEX triplet: 74, 6F and 4F. RGB value is (116,111,79). Sum of RGB (Red+Green+Blue) = 116+111+79=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F4F is #8B90B0. Grayscale: #6C6C6C. Windows color (decimal): -9146545 or 5205876. OLE color: 5205876.

HSL color Cylindrical-coordinate representation of color #746F4F: hue angle of 51.89º 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 #746F4F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 79 -
CMYK 0 0.04 0.32 0.55
HSL 51.89º 0.19% 0.38% -
HSV(B) 51.89º 0.32% 0.45% -
XYZ 14.3 15.65 9.66 -
YUV 108.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 116 111 79 0 0.04 0.32 0.55 51.89 0.19 0.38
Hex 74 6F 4F 0 4 20 37 34 13 26
Octal 164 157 117 0 4 40 67 64 23 46
Binary 1110100 1101111 1001111 0 100 100000 110111 110100 10011 100110

Color Harmonies of #746F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F4F

Black with #746F4F

Text Example


Text Example

White with #746F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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