Html Css Color HEX #766F3F Go Ben

📋 copy color: '#766F3F'

red 118 ◦ green 111 ◦ blue 63

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

Shades of Go Ben #766F3F

Tints of Go Ben #766F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 40.41%
G = 38.01%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#766F3F (or 0x766F3F) is known color: Go Ben. HEX triplet: 76, 6F and 3F. RGB value is (118,111,63). Sum of RGB (Red+Green+Blue) = 118+111+63=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F3F is #8990C0. Grayscale: #6B6B6B. Windows color (decimal): -9015489 or 4157302. OLE color: 4157302.

HSL color Cylindrical-coordinate representation of color #766F3F: hue angle of 52.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766F3F is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 63 -
CMYK 0 0.06 0.47 0.54
HSL 52.36º 0.3% 0.35% -
HSV(B) 52.36º 0.47% 0.46% -
XYZ 14.05 15.58 6.97 -
YUV 107.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 118 111 63 0 0.06 0.47 0.54 52.36 0.3 0.35
Hex 76 6F 3F 0 6 2F 36 34 1E 23
Octal 166 157 77 0 6 57 66 64 36 43
Binary 1110110 1101111 111111 0 110 101111 110110 110100 11110 100011

Color Harmonies of #766F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F3F

Black with #766F3F

Text Example


Text Example

White with #766F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F3F; }

 p { color: rgb(118,111,63); }

 H1.HeaderClassName
 {
   color: #766F3F;
 }
 .AnyTagClassName
 {
   color: #766F3F;
 }
</style>

background-color css

<style>
 a { background-color: #766F3F; }

 a { background-color: rgb(118,111,63); }

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

border-color css

<style>
 span { border-color: #766F3F; }

 span { border-color: rgb(118,111,63); }

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