Html Css Color HEX #7B703C Go Ben

📋 copy color: '#7B703C'

red 123 ◦ green 112 ◦ blue 60

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

Shades of Go Ben #7B703C

Tints of Go Ben #7B703C

RGB

 RED value IS 123 (48.44% from 255) = 41.69%

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

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

R = 41.69%
G = 37.97%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7B703C (or 0x7B703C) is known color: Go Ben. HEX triplet: 7B, 70 and 3C. RGB value is (123,112,60). Sum of RGB (Red+Green+Blue) = 123+112+60=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B703C is #848FC3. Grayscale: #6D6D6D. Windows color (decimal): -8687556 or 3960955. OLE color: 3960955.

HSL color Cylindrical-coordinate representation of color #7B703C: hue angle of 49.52º 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 #7B703C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 60 -
CMYK 0 0.09 0.51 0.52
HSL 49.52º 0.34% 0.36% -
HSV(B) 49.52º 0.51% 0.48% -
XYZ 14.78 16.13 6.61 -
YUV 109.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 123 112 60 0 0.09 0.51 0.52 49.52 0.34 0.36
Hex 7B 70 3C 0 9 33 34 32 22 24
Octal 173 160 74 0 11 63 64 62 42 44
Binary 1111011 1110000 111100 0 1001 110011 110100 110010 100010 100100

Color Harmonies of #7B703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B703C

Black with #7B703C

Text Example


Text Example

White with #7B703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,60); }

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

background-color css

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

 a { background-color: rgb(123,112,60); }

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

border-color css

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

 span { border-color: rgb(123,112,60); }

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