Html Css Color HEX #7F713C Go Ben

📋 copy color: '#7F713C'

red 127 ◦ green 113 ◦ blue 60

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

Shades of Go Ben #7F713C

Tints of Go Ben #7F713C

RGB

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

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

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

R = 42.33%
G = 37.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F713C (or 0x7F713C) is known color: Go Ben. HEX triplet: 7F, 71 and 3C. RGB value is (127,113,60). Sum of RGB (Red+Green+Blue) = 127+113+60=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F713C is #808EC3. Grayscale: #6F6F6F. Windows color (decimal): -8425156 or 3961215. OLE color: 3961215.

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

Color convert

RGB 127 113 60 -
CMYK 0 0.11 0.53 0.50
HSL 47.46º 0.36% 0.37% -
HSV(B) 47.46º 0.53% 0.5% -
XYZ 15.47 16.65 6.67 -
YUV 111.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 127 113 60 0 0.11 0.53 0.50 47.46 0.36 0.37
Hex 7F 71 3C 0 B 35 32 2F 24 25
Octal 177 161 74 0 13 65 62 57 44 45
Binary 1111111 1110001 111100 0 1011 110101 110010 101111 100100 100101

Color Harmonies of #7F713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F713C

Black with #7F713C

Text Example


Text Example

White with #7F713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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