Html Css Color HEX #756B4D Go Ben

📋 copy color: '#756B4D'

red 117 ◦ green 107 ◦ blue 77

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

Shades of Go Ben #756B4D

Tints of Go Ben #756B4D

RGB

 RED value IS 117 (46.09% from 255) = 38.87%

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 38.87%
G = 35.55%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#756B4D (or 0x756B4D) is known color: Go Ben. HEX triplet: 75, 6B and 4D. RGB value is (117,107,77). Sum of RGB (Red+Green+Blue) = 117+107+77=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B4D is #8A94B2. Grayscale: #6A6A6A. Windows color (decimal): -9082035 or 5073781. OLE color: 5073781.

HSL color Cylindrical-coordinate representation of color #756B4D: hue angle of 45º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756B4D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 77 -
CMYK 0 0.09 0.34 0.54
HSL 45º 0.21% 0.38% -
HSV(B) 45º 0.34% 0.46% -
XYZ 13.93 14.83 9.15 -
YUV 106.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 117 107 77 0 0.09 0.34 0.54 45 0.21 0.38
Hex 75 6B 4D 0 9 22 36 2D 15 26
Octal 165 153 115 0 11 42 66 55 25 46
Binary 1110101 1101011 1001101 0 1001 100010 110110 101101 10101 100110

Color Harmonies of #756B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B4D

Black with #756B4D

Text Example


Text Example

White with #756B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B4D; }

 p { color: rgb(117,107,77); }

 H1.HeaderClassName
 {
   color: #756B4D;
 }
 .AnyTagClassName
 {
   color: #756B4D;
 }
</style>

background-color css

<style>
 a { background-color: #756B4D; }

 a { background-color: rgb(117,107,77); }

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

border-color css

<style>
 span { border-color: #756B4D; }

 span { border-color: rgb(117,107,77); }

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