Html Css Color HEX #766B42 Go Ben

📋 copy color: '#766B42'

red 118 ◦ green 107 ◦ blue 66

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

Shades of Go Ben #766B42

Tints of Go Ben #766B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 40.55%
G = 36.77%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766B42 (or 0x766B42) is known color: Go Ben. HEX triplet: 76, 6B and 42. RGB value is (118,107,66). Sum of RGB (Red+Green+Blue) = 118+107+66=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B42 is #8994BD. Grayscale: #696969. Windows color (decimal): -9016510 or 4352886. OLE color: 4352886.

HSL color Cylindrical-coordinate representation of color #766B42: hue angle of 47.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766B42 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 66 -
CMYK 0 0.09 0.44 0.54
HSL 47.31º 0.28% 0.36% -
HSV(B) 47.31º 0.44% 0.46% -
XYZ 13.71 14.76 7.28 -
YUV 105.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 118 107 66 0 0.09 0.44 0.54 47.31 0.28 0.36
Hex 76 6B 42 0 9 2C 36 2F 1C 24
Octal 166 153 102 0 11 54 66 57 34 44
Binary 1110110 1101011 1000010 0 1001 101100 110110 101111 11100 100100

Color Harmonies of #766B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B42

Black with #766B42

Text Example


Text Example

White with #766B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,66); }

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

background-color css

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

 a { background-color: rgb(118,107,66); }

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

border-color css

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

 span { border-color: rgb(118,107,66); }

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