Html Css Color HEX #746F48 Go Ben

📋 copy color: '#746F48'

red 116 ◦ green 111 ◦ blue 72

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

Shades of Go Ben #746F48

Tints of Go Ben #746F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 38.8%
G = 37.12%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#746F48 (or 0x746F48) is known color: Go Ben. HEX triplet: 74, 6F and 48. RGB value is (116,111,72). Sum of RGB (Red+Green+Blue) = 116+111+72=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F48 is #8B90B7. Grayscale: #6C6C6C. Windows color (decimal): -9146552 or 4747124. OLE color: 4747124.

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

Color convert

RGB 116 111 72 -
CMYK 0 0.04 0.38 0.55
HSL 53.18º 0.23% 0.37% -
HSV(B) 53.18º 0.38% 0.45% -
XYZ 14.06 15.55 8.39 -
YUV 108.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 116 111 72 0 0.04 0.38 0.55 53.18 0.23 0.37
Hex 74 6F 48 0 4 26 37 35 17 25
Octal 164 157 110 0 4 46 67 65 27 45
Binary 1110100 1101111 1001000 0 100 100110 110111 110101 10111 100101

Color Harmonies of #746F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F48

Black with #746F48

Text Example


Text Example

White with #746F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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