Html Css Color HEX #76724F Go Ben

📋 copy color: '#76724F'

red 118 ◦ green 114 ◦ blue 79

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

Shades of Go Ben #76724F

Tints of Go Ben #76724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 37.94%
G = 36.66%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76724F (or 0x76724F) is known color: Go Ben. HEX triplet: 76, 72 and 4F. RGB value is (118,114,79). Sum of RGB (Red+Green+Blue) = 118+114+79=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76724F is #898DB0. Grayscale: #6F6F6F. Windows color (decimal): -9014705 or 5206646. OLE color: 5206646.

HSL color Cylindrical-coordinate representation of color #76724F: hue angle of 53.85º 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 #76724F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 79 -
CMYK 0 0.03 0.33 0.54
HSL 53.85º 0.2% 0.39% -
HSV(B) 53.85º 0.33% 0.46% -
XYZ 14.9 16.45 9.79 -
YUV 111.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 118 114 79 0 0.03 0.33 0.54 53.85 0.2 0.39
Hex 76 72 4F 0 3 21 36 36 14 27
Octal 166 162 117 0 3 41 66 66 24 47
Binary 1110110 1110010 1001111 0 11 100001 110110 110110 10100 100111

Color Harmonies of #76724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76724F

Black with #76724F

Text Example


Text Example

White with #76724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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