Html Css Color HEX #756950 Coffee

📋 copy color: '#756950'

red 117 ◦ green 105 ◦ blue 80

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

Shades of Coffee #756950

Tints of Coffee #756950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 38.74%
G = 34.77%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#756950 (or 0x756950) is known color: Coffee. HEX triplet: 75, 69 and 50. RGB value is (117,105,80). Sum of RGB (Red+Green+Blue) = 117+105+80=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756950 is #8A96AF. Grayscale: #696969. Windows color (decimal): -9082544 or 5269877. OLE color: 5269877.

HSL color Cylindrical-coordinate representation of color #756950: hue angle of 40.54º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756950 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 80 -
CMYK 0 0.10 0.32 0.54
HSL 40.54º 0.19% 0.39% -
HSV(B) 40.54º 0.32% 0.46% -
XYZ 13.84 14.46 9.65 -
YUV 105.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 117 105 80 0 0.10 0.32 0.54 40.54 0.19 0.39
Hex 75 69 50 0 A 20 36 29 13 27
Octal 165 151 120 0 12 40 66 51 23 47
Binary 1110101 1101001 1010000 0 1010 100000 110110 101001 10011 100111

Color Harmonies of #756950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756950

Black with #756950

Text Example


Text Example

White with #756950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756950; }

 p { color: rgb(117,105,80); }

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

background-color css

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

 a { background-color: rgb(117,105,80); }

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

border-color css

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

 span { border-color: rgb(117,105,80); }

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