Html Css Color HEX #76734B Go Ben

📋 copy color: '#76734B'

red 118 ◦ green 115 ◦ blue 75

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

Shades of Go Ben #76734B

Tints of Go Ben #76734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 38.31%
G = 37.34%
B = 24.35%

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

#76734B (or 0x76734B) is known color: Go Ben. HEX triplet: 76, 73 and 4B. RGB value is (118,115,75). Sum of RGB (Red+Green+Blue) = 118+115+75=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76734B is #898CB4. Grayscale: #6F6F6F. Windows color (decimal): -9014453 or 4944758. OLE color: 4944758.

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

Color convert

RGB 118 115 75 -
CMYK 0 0.03 0.36 0.54
HSL 55.81º 0.22% 0.38% -
HSV(B) 55.81º 0.36% 0.46% -
XYZ 14.87 16.62 9.08 -
YUV 111.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 118 115 75 0 0.03 0.36 0.54 55.81 0.22 0.38
Hex 76 73 4B 0 3 24 36 38 16 26
Octal 166 163 113 0 3 44 66 70 26 46
Binary 1110110 1110011 1001011 0 11 100100 110110 111000 10110 100110

Color Harmonies of #76734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76734B

Black with #76734B

Text Example


Text Example

White with #76734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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