Html Css Color HEX #776E3F Go Ben

📋 copy color: '#776E3F'

red 119 ◦ green 110 ◦ blue 63

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

Shades of Go Ben #776E3F

Tints of Go Ben #776E3F

RGB

 RED value IS 119 (46.88% from 255) = 40.75%

 GREEN value IS 110 (43.36% from 255) = 37.67%

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

R = 40.75%
G = 37.67%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#776E3F (or 0x776E3F) is known color: Go Ben. HEX triplet: 77, 6E and 3F. RGB value is (119,110,63). Sum of RGB (Red+Green+Blue) = 119+110+63=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3F is #8891C0. Grayscale: #6B6B6B. Windows color (decimal): -8950209 or 4157047. OLE color: 4157047.

HSL color Cylindrical-coordinate representation of color #776E3F: hue angle of 50.36º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776E3F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 63 -
CMYK 0 0.08 0.47 0.53
HSL 50.36º 0.31% 0.36% -
HSV(B) 50.36º 0.47% 0.47% -
XYZ 14.08 15.43 6.94 -
YUV 107.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 119 110 63 0 0.08 0.47 0.53 50.36 0.31 0.36
Hex 77 6E 3F 0 8 2F 35 32 1F 24
Octal 167 156 77 0 10 57 65 62 37 44
Binary 1110111 1101110 111111 0 1000 101111 110101 110010 11111 100100

Color Harmonies of #776E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E3F

Black with #776E3F

Text Example


Text Example

White with #776E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E3F; }

 p { color: rgb(119,110,63); }

 H1.HeaderClassName
 {
   color: #776E3F;
 }
 .AnyTagClassName
 {
   color: #776E3F;
 }
</style>

background-color css

<style>
 a { background-color: #776E3F; }

 a { background-color: rgb(119,110,63); }

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

border-color css

<style>
 span { border-color: #776E3F; }

 span { border-color: rgb(119,110,63); }

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