Html Css Color HEX #76694A Go Ben

📋 copy color: '#76694A'

red 118 ◦ green 105 ◦ blue 74

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

Shades of Go Ben #76694A

Tints of Go Ben #76694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 39.73%
G = 35.35%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76694A (or 0x76694A) is known color: Go Ben. HEX triplet: 76, 69 and 4A. RGB value is (118,105,74). Sum of RGB (Red+Green+Blue) = 118+105+74=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76694A is #8996B5. Grayscale: #696969. Windows color (decimal): -9017014 or 4876662. OLE color: 4876662.

HSL color Cylindrical-coordinate representation of color #76694A: hue angle of 42.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76694A is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 74 -
CMYK 0 0.11 0.37 0.54
HSL 42.27º 0.23% 0.38% -
HSV(B) 42.27º 0.37% 0.46% -
XYZ 13.76 14.45 8.54 -
YUV 105.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 118 105 74 0 0.11 0.37 0.54 42.27 0.23 0.38
Hex 76 69 4A 0 B 25 36 2A 17 26
Octal 166 151 112 0 13 45 66 52 27 46
Binary 1110110 1101001 1001010 0 1011 100101 110110 101010 10111 100110

Color Harmonies of #76694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76694A

Black with #76694A

Text Example


Text Example

White with #76694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76694A; }

 p { color: rgb(118,105,74); }

 H1.HeaderClassName
 {
   color: #76694A;
 }
 .AnyTagClassName
 {
   color: #76694A;
 }
</style>

background-color css

<style>
 a { background-color: #76694A; }

 a { background-color: rgb(118,105,74); }

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

border-color css

<style>
 span { border-color: #76694A; }

 span { border-color: rgb(118,105,74); }

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