Html Css Color HEX #767142 Go Ben

📋 copy color: '#767142'

red 118 ◦ green 113 ◦ blue 66

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

Shades of Go Ben #767142

Tints of Go Ben #767142

RGB

 RED value IS 118 (46.48% from 255) = 39.73%

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 39.73%
G = 38.05%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#767142 (or 0x767142) is known color: Go Ben. HEX triplet: 76, 71 and 42. RGB value is (118,113,66). Sum of RGB (Red+Green+Blue) = 118+113+66=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #767142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767142 is #898EBD. Grayscale: #6D6D6D. Windows color (decimal): -9014974 or 4354422. OLE color: 4354422.

HSL color Cylindrical-coordinate representation of color #767142: hue angle of 54.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767142 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 66 -
CMYK 0 0.04 0.44 0.54
HSL 54.23º 0.28% 0.36% -
HSV(B) 54.23º 0.44% 0.46% -
XYZ 14.36 16.06 7.5 -
YUV 109.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 118 113 66 0 0.04 0.44 0.54 54.23 0.28 0.36
Hex 76 71 42 0 4 2C 36 36 1C 24
Octal 166 161 102 0 4 54 66 66 34 44
Binary 1110110 1110001 1000010 0 100 101100 110110 110110 11100 100100

Color Harmonies of #767142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767142

Black with #767142

Text Example


Text Example

White with #767142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767142; }

 p { color: rgb(118,113,66); }

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

background-color css

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

 a { background-color: rgb(118,113,66); }

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

border-color css

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

 span { border-color: rgb(118,113,66); }

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