Html Css Color HEX #77714B Go Ben

📋 copy color: '#77714B'

red 119 ◦ green 113 ◦ blue 75

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

Shades of Go Ben #77714B

Tints of Go Ben #77714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 38.76%
G = 36.81%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77714B (or 0x77714B) is known color: Go Ben. HEX triplet: 77, 71 and 4B. RGB value is (119,113,75). Sum of RGB (Red+Green+Blue) = 119+113+75=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #77714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77714B is #888EB4. Grayscale: #6E6E6E. Windows color (decimal): -8949429 or 4944247. OLE color: 4944247.

HSL color Cylindrical-coordinate representation of color #77714B: hue angle of 51.82º 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 #77714B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 75 -
CMYK 0 0.05 0.37 0.53
HSL 51.82º 0.23% 0.38% -
HSV(B) 51.82º 0.37% 0.47% -
XYZ 14.78 16.24 9.01 -
YUV 110.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 119 113 75 0 0.05 0.37 0.53 51.82 0.23 0.38
Hex 77 71 4B 0 5 25 35 34 17 26
Octal 167 161 113 0 5 45 65 64 27 46
Binary 1110111 1110001 1001011 0 101 100101 110101 110100 10111 100110

Color Harmonies of #77714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77714B

Black with #77714B

Text Example


Text Example

White with #77714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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