Html Css Color HEX #7A713C Go Ben

📋 copy color: '#7A713C'

red 122 ◦ green 113 ◦ blue 60

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

Shades of Go Ben #7A713C

Tints of Go Ben #7A713C

RGB

 RED value IS 122 (48.05% from 255) = 41.36%

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 41.36%
G = 38.31%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A713C (or 0x7A713C) is known color: Go Ben. HEX triplet: 7A, 71 and 3C. RGB value is (122,113,60). Sum of RGB (Red+Green+Blue) = 122+113+60=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A713C is #858EC3. Grayscale: #6D6D6D. Windows color (decimal): -8752836 or 3961210. OLE color: 3961210.

HSL color Cylindrical-coordinate representation of color #7A713C: hue angle of 51.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A713C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 113 60 -
CMYK 0 0.07 0.51 0.52
HSL 51.29º 0.34% 0.36% -
HSV(B) 51.29º 0.51% 0.48% -
XYZ 14.75 16.27 6.64 -
YUV 109.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 122 113 60 0 0.07 0.51 0.52 51.29 0.34 0.36
Hex 7A 71 3C 0 7 33 34 33 22 24
Octal 172 161 74 0 7 63 64 63 42 44
Binary 1111010 1110001 111100 0 111 110011 110100 110011 100010 100100

Color Harmonies of #7A713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A713C

Black with #7A713C

Text Example


Text Example

White with #7A713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A713C; }

 p { color: rgb(122,113,60); }

 H1.HeaderClassName
 {
   color: #7A713C;
 }
 .AnyTagClassName
 {
   color: #7A713C;
 }
</style>

background-color css

<style>
 a { background-color: #7A713C; }

 a { background-color: rgb(122,113,60); }

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

border-color css

<style>
 span { border-color: #7A713C; }

 span { border-color: rgb(122,113,60); }

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