Html Css Color HEX #76724B Go Ben

📋 copy color: '#76724B'

red 118 ◦ green 114 ◦ blue 75

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

Shades of Go Ben #76724B

Tints of Go Ben #76724B

RGB

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

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

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

R = 38.44%
G = 37.13%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76724B (or 0x76724B) is known color: Go Ben. HEX triplet: 76, 72 and 4B. RGB value is (118,114,75). Sum of RGB (Red+Green+Blue) = 118+114+75=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76724B is #898DB4. Grayscale: #6E6E6E. Windows color (decimal): -9014709 or 4944502. OLE color: 4944502.

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

Color convert

RGB 118 114 75 -
CMYK 0 0.03 0.36 0.54
HSL 54.42º 0.22% 0.38% -
HSV(B) 54.42º 0.36% 0.46% -
XYZ 14.76 16.39 9.04 -
YUV 110.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 118 114 75 0 0.03 0.36 0.54 54.42 0.22 0.38
Hex 76 72 4B 0 3 24 36 36 16 26
Octal 166 162 113 0 3 44 66 66 26 46
Binary 1110110 1110010 1001011 0 11 100100 110110 110110 10110 100110

Color Harmonies of #76724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76724B

Black with #76724B

Text Example


Text Example

White with #76724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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