Html Css Color HEX #746C4A Go Ben

📋 copy color: '#746C4A'

red 116 ◦ green 108 ◦ blue 74

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

Shades of Go Ben #746C4A

Tints of Go Ben #746C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 38.93%
G = 36.24%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#746C4A (or 0x746C4A) is known color: Go Ben. HEX triplet: 74, 6C and 4A. RGB value is (116,108,74). Sum of RGB (Red+Green+Blue) = 116+108+74=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C4A is #8B93B5. Grayscale: #6A6A6A. Windows color (decimal): -9147318 or 4877428. OLE color: 4877428.

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

Color convert

RGB 116 108 74 -
CMYK 0 0.07 0.36 0.55
HSL 48.57º 0.22% 0.37% -
HSV(B) 48.57º 0.36% 0.45% -
XYZ 13.8 14.93 8.63 -
YUV 106.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 116 108 74 0 0.07 0.36 0.55 48.57 0.22 0.37
Hex 74 6C 4A 0 7 24 37 31 16 25
Octal 164 154 112 0 7 44 67 61 26 45
Binary 1110100 1101100 1001010 0 111 100100 110111 110001 10110 100101

Color Harmonies of #746C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C4A

Black with #746C4A

Text Example


Text Example

White with #746C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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