Html Css Color HEX #747042 Go Ben

📋 copy color: '#747042'

red 116 ◦ green 112 ◦ blue 66

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

Shades of Go Ben #747042

Tints of Go Ben #747042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 39.46%
G = 38.1%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#747042 (or 0x747042) is known color: Go Ben. HEX triplet: 74, 70 and 42. RGB value is (116,112,66). Sum of RGB (Red+Green+Blue) = 116+112+66=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #747042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747042 is #8B8FBD. Grayscale: #6C6C6C. Windows color (decimal): -9146302 or 4354164. OLE color: 4354164.

HSL color Cylindrical-coordinate representation of color #747042: hue angle of 55.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747042 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 66 -
CMYK 0 0.03 0.43 0.55
HSL 55.2º 0.27% 0.36% -
HSV(B) 55.2º 0.43% 0.45% -
XYZ 13.98 15.69 7.45 -
YUV 107.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 116 112 66 0 0.03 0.43 0.55 55.2 0.27 0.36
Hex 74 70 42 0 3 2B 37 37 1B 24
Octal 164 160 102 0 3 53 67 67 33 44
Binary 1110100 1110000 1000010 0 11 101011 110111 110111 11011 100100

Color Harmonies of #747042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747042

Black with #747042

Text Example


Text Example

White with #747042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747042; }

 p { color: rgb(116,112,66); }

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

background-color css

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

 a { background-color: rgb(116,112,66); }

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

border-color css

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

 span { border-color: rgb(116,112,66); }

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