Html Css Color HEX #74704E Go Ben

📋 copy color: '#74704E'

red 116 ◦ green 112 ◦ blue 78

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

Shades of Go Ben #74704E

Tints of Go Ben #74704E

RGB

 RED value IS 116 (45.7% from 255) = 37.91%

 GREEN value IS 112 (44.14% from 255) = 36.6%

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

R = 37.91%
G = 36.6%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74704E (or 0x74704E) is known color: Go Ben. HEX triplet: 74, 70 and 4E. RGB value is (116,112,78). Sum of RGB (Red+Green+Blue) = 116+112+78=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74704E is #8B8FB1. Grayscale: #6D6D6D. Windows color (decimal): -9146290 or 5140596. OLE color: 5140596.

HSL color Cylindrical-coordinate representation of color #74704E: hue angle of 53.68º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74704E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 78 -
CMYK 0 0.03 0.33 0.55
HSL 53.68º 0.2% 0.38% -
HSV(B) 53.68º 0.33% 0.45% -
XYZ 14.37 15.85 9.51 -
YUV 109.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 116 112 78 0 0.03 0.33 0.55 53.68 0.2 0.38
Hex 74 70 4E 0 3 21 37 36 14 26
Octal 164 160 116 0 3 41 67 66 24 46
Binary 1110100 1110000 1001110 0 11 100001 110111 110110 10100 100110

Color Harmonies of #74704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74704E

Black with #74704E

Text Example


Text Example

White with #74704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,112,78); }

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

background-color css

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

 a { background-color: rgb(116,112,78); }

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

border-color css

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

 span { border-color: rgb(116,112,78); }

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