Html Css Color HEX #76714F Go Ben

📋 copy color: '#76714F'

red 118 ◦ green 113 ◦ blue 79

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

Shades of Go Ben #76714F

Tints of Go Ben #76714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.48%

R = 38.06%
G = 36.45%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76714F (or 0x76714F) is known color: Go Ben. HEX triplet: 76, 71 and 4F. RGB value is (118,113,79). Sum of RGB (Red+Green+Blue) = 118+113+79=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76714F is #898EB0. Grayscale: #6E6E6E. Windows color (decimal): -9014961 or 5206390. OLE color: 5206390.

HSL color Cylindrical-coordinate representation of color #76714F: hue angle of 52.31º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76714F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 79 -
CMYK 0 0.04 0.33 0.54
HSL 52.31º 0.2% 0.39% -
HSV(B) 52.31º 0.33% 0.46% -
XYZ 14.79 16.23 9.75 -
YUV 110.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 118 113 79 0 0.04 0.33 0.54 52.31 0.2 0.39
Hex 76 71 4F 0 4 21 36 34 14 27
Octal 166 161 117 0 4 41 66 64 24 47
Binary 1110110 1110001 1001111 0 100 100001 110110 110100 10100 100111

Color Harmonies of #76714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76714F

Black with #76714F

Text Example


Text Example

White with #76714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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