Html Css Color HEX #746B4B Go Ben

📋 copy color: '#746B4B'

red 116 ◦ green 107 ◦ blue 75

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

Shades of Go Ben #746B4B

Tints of Go Ben #746B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 38.93%
G = 35.91%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#746B4B (or 0x746B4B) is known color: Go Ben. HEX triplet: 74, 6B and 4B. RGB value is (116,107,75). Sum of RGB (Red+Green+Blue) = 116+107+75=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B4B is #8B94B4. Grayscale: #6A6A6A. Windows color (decimal): -9147573 or 4942708. OLE color: 4942708.

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

Color convert

RGB 116 107 75 -
CMYK 0 0.08 0.35 0.55
HSL 46.83º 0.21% 0.37% -
HSV(B) 46.83º 0.35% 0.45% -
XYZ 13.73 14.74 8.78 -
YUV 106.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 116 107 75 0 0.08 0.35 0.55 46.83 0.21 0.37
Hex 74 6B 4B 0 8 23 37 2F 15 25
Octal 164 153 113 0 10 43 67 57 25 45
Binary 1110100 1101011 1001011 0 1000 100011 110111 101111 10101 100101

Color Harmonies of #746B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B4B

Black with #746B4B

Text Example


Text Example

White with #746B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,75); }

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

background-color css

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

 a { background-color: rgb(116,107,75); }

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

border-color css

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

 span { border-color: rgb(116,107,75); }

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