Html Css Color HEX #77744B Go Ben

📋 copy color: '#77744B'

red 119 ◦ green 116 ◦ blue 75

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

Shades of Go Ben #77744B

Tints of Go Ben #77744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 38.39%
G = 37.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77744B (or 0x77744B) is known color: Go Ben. HEX triplet: 77, 74 and 4B. RGB value is (119,116,75). Sum of RGB (Red+Green+Blue) = 119+116+75=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77744B is #888BB4. Grayscale: #707070. Windows color (decimal): -8948661 or 4945015. OLE color: 4945015.

HSL color Cylindrical-coordinate representation of color #77744B: hue angle of 55.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77744B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 75 -
CMYK 0 0.03 0.37 0.53
HSL 55.91º 0.23% 0.38% -
HSV(B) 55.91º 0.37% 0.47% -
XYZ 15.12 16.92 9.13 -
YUV 112.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 119 116 75 0 0.03 0.37 0.53 55.91 0.23 0.38
Hex 77 74 4B 0 3 25 35 38 17 26
Octal 167 164 113 0 3 45 65 70 27 46
Binary 1110111 1110100 1001011 0 11 100101 110101 111000 10111 100110

Color Harmonies of #77744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77744B

Black with #77744B

Text Example


Text Example

White with #77744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,116,75); }

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

background-color css

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

 a { background-color: rgb(119,116,75); }

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

border-color css

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

 span { border-color: rgb(119,116,75); }

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