Html Css Color HEX #7F764B Go Ben

📋 copy color: '#7F764B'

red 127 ◦ green 118 ◦ blue 75

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

Shades of Go Ben #7F764B

Tints of Go Ben #7F764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 39.69%
G = 36.88%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F764B (or 0x7F764B) is known color: Go Ben. HEX triplet: 7F, 76 and 4B. RGB value is (127,118,75). Sum of RGB (Red+Green+Blue) = 127+118+75=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F764B is #8089B4. Grayscale: #737373. Windows color (decimal): -8423861 or 4945535. OLE color: 4945535.

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

Color convert

RGB 127 118 75 -
CMYK 0 0.07 0.41 0.50
HSL 49.62º 0.26% 0.4% -
HSV(B) 49.62º 0.41% 0.5% -
XYZ 16.5 17.98 9.26 -
YUV 115.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 127 118 75 0 0.07 0.41 0.50 49.62 0.26 0.4
Hex 7F 76 4B 0 7 29 32 32 1A 28
Octal 177 166 113 0 7 51 62 62 32 50
Binary 1111111 1110110 1001011 0 111 101001 110010 110010 11010 101000

Color Harmonies of #7F764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F764B

Black with #7F764B

Text Example


Text Example

White with #7F764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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