Html Css Color HEX #7B764B Go Ben

📋 copy color: '#7B764B'

red 123 ◦ green 118 ◦ blue 75

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

Shades of Go Ben #7B764B

Tints of Go Ben #7B764B

RGB

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

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

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

R = 38.92%
G = 37.34%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7B764B (or 0x7B764B) is known color: Go Ben. HEX triplet: 7B, 76 and 4B. RGB value is (123,118,75). Sum of RGB (Red+Green+Blue) = 123+118+75=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B764B is #8489B4. Grayscale: #727272. Windows color (decimal): -8686005 or 4945531. OLE color: 4945531.

HSL color Cylindrical-coordinate representation of color #7B764B: hue angle of 53.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B764B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 118 75 -
CMYK 0 0.04 0.39 0.52
HSL 53.75º 0.24% 0.39% -
HSV(B) 53.75º 0.39% 0.48% -
XYZ 15.92 17.68 9.23 -
YUV 114.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 123 118 75 0 0.04 0.39 0.52 53.75 0.24 0.39
Hex 7B 76 4B 0 4 27 34 36 18 27
Octal 173 166 113 0 4 47 64 66 30 47
Binary 1111011 1110110 1001011 0 100 100111 110100 110110 11000 100111

Color Harmonies of #7B764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B764B

Black with #7B764B

Text Example


Text Example

White with #7B764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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