Html Css Color HEX #78714E Go Ben

📋 copy color: '#78714E'

red 120 ◦ green 113 ◦ blue 78

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

Shades of Go Ben #78714E

Tints of Go Ben #78714E

RGB

 RED value IS 120 (47.27% from 255) = 38.59%

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 38.59%
G = 36.33%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78714E (or 0x78714E) is known color: Go Ben. HEX triplet: 78, 71 and 4E. RGB value is (120,113,78). Sum of RGB (Red+Green+Blue) = 120+113+78=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78714E is #878EB1. Grayscale: #6F6F6F. Windows color (decimal): -8883890 or 5140856. OLE color: 5140856.

HSL color Cylindrical-coordinate representation of color #78714E: hue angle of 50º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78714E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 78 -
CMYK 0 0.06 0.35 0.53
HSL 50º 0.21% 0.39% -
HSV(B) 50º 0.35% 0.47% -
XYZ 15.03 16.35 9.57 -
YUV 111.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 120 113 78 0 0.06 0.35 0.53 50 0.21 0.39
Hex 78 71 4E 0 6 23 35 32 15 27
Octal 170 161 116 0 6 43 65 62 25 47
Binary 1111000 1110001 1001110 0 110 100011 110101 110010 10101 100111

Color Harmonies of #78714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78714E

Black with #78714E

Text Example


Text Example

White with #78714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78714E; }

 p { color: rgb(120,113,78); }

 H1.HeaderClassName
 {
   color: #78714E;
 }
 .AnyTagClassName
 {
   color: #78714E;
 }
</style>

background-color css

<style>
 a { background-color: #78714E; }

 a { background-color: rgb(120,113,78); }

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

border-color css

<style>
 span { border-color: #78714E; }

 span { border-color: rgb(120,113,78); }

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