Html Css Color HEX #7F763D Go Ben

📋 copy color: '#7F763D'

red 127 ◦ green 118 ◦ blue 61

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

Shades of Go Ben #7F763D

Tints of Go Ben #7F763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 41.5%
G = 38.56%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F763D (or 0x7F763D) is known color: Go Ben. HEX triplet: 7F, 76 and 3D. RGB value is (127,118,61). Sum of RGB (Red+Green+Blue) = 127+118+61=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F763D is #8089C2. Grayscale: #727272. Windows color (decimal): -8423875 or 4028031. OLE color: 4028031.

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

Color convert

RGB 127 118 61 -
CMYK 0 0.07 0.52 0.50
HSL 51.82º 0.35% 0.37% -
HSV(B) 51.82º 0.52% 0.5% -
XYZ 16.07 17.81 7 -
YUV 114.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 127 118 61 0 0.07 0.52 0.50 51.82 0.35 0.37
Hex 7F 76 3D 0 7 34 32 34 23 25
Octal 177 166 75 0 7 64 62 64 43 45
Binary 1111111 1110110 111101 0 111 110100 110010 110100 100011 100101

Color Harmonies of #7F763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F763D

Black with #7F763D

Text Example


Text Example

White with #7F763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,61); }

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

background-color css

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

 a { background-color: rgb(127,118,61); }

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

border-color css

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

 span { border-color: rgb(127,118,61); }

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