Html Css Color HEX #7F713F Go Ben

📋 copy color: '#7F713F'

red 127 ◦ green 113 ◦ blue 63

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

Shades of Go Ben #7F713F

Tints of Go Ben #7F713F

RGB

 RED value IS 127 (50% from 255) = 41.91%

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 41.91%
G = 37.29%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F713F (or 0x7F713F) is known color: Go Ben. HEX triplet: 7F, 71 and 3F. RGB value is (127,113,63). Sum of RGB (Red+Green+Blue) = 127+113+63=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F713F is #808EC0. Grayscale: #6F6F6F. Windows color (decimal): -8425153 or 4157823. OLE color: 4157823.

HSL color Cylindrical-coordinate representation of color #7F713F: hue angle of 46.88º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F713F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 113 63 -
CMYK 0 0.11 0.50 0.50
HSL 46.88º 0.34% 0.37% -
HSV(B) 46.88º 0.5% 0.5% -
XYZ 15.55 16.68 7.1 -
YUV 111.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 127 113 63 0 0.11 0.50 0.50 46.88 0.34 0.37
Hex 7F 71 3F 0 B 32 32 2F 22 25
Octal 177 161 77 0 13 62 62 57 42 45
Binary 1111111 1110001 111111 0 1011 110010 110010 101111 100010 100101

Color Harmonies of #7F713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F713F

Black with #7F713F

Text Example


Text Example

White with #7F713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,63); }

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

background-color css

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

 a { background-color: rgb(127,113,63); }

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

border-color css

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

 span { border-color: rgb(127,113,63); }

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