Html Css Color HEX #76744B Go Ben

📋 copy color: '#76744B'

red 118 ◦ green 116 ◦ blue 75

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

Shades of Go Ben #76744B

Tints of Go Ben #76744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 38.19%
G = 37.54%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76744B (or 0x76744B) is known color: Go Ben. HEX triplet: 76, 74 and 4B. RGB value is (118,116,75). Sum of RGB (Red+Green+Blue) = 118+116+75=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76744B is #898BB4. Grayscale: #707070. Windows color (decimal): -9014197 or 4945014. OLE color: 4945014.

HSL color Cylindrical-coordinate representation of color #76744B: hue angle of 57.21º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76744B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 75 -
CMYK 0 0.02 0.36 0.54
HSL 57.21º 0.22% 0.38% -
HSV(B) 57.21º 0.36% 0.46% -
XYZ 14.99 16.85 9.12 -
YUV 111.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 118 116 75 0 0.02 0.36 0.54 57.21 0.22 0.38
Hex 76 74 4B 0 2 24 36 39 16 26
Octal 166 164 113 0 2 44 66 71 26 46
Binary 1110110 1110100 1001011 0 10 100100 110110 111001 10110 100110

Color Harmonies of #76744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76744B

Black with #76744B

Text Example


Text Example

White with #76744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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