Html Css Color HEX #756954 Coffee

📋 copy color: '#756954'

red 117 ◦ green 105 ◦ blue 84

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

Shades of Coffee #756954

Tints of Coffee #756954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 38.24%
G = 34.31%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756954 (or 0x756954) is known color: Coffee. HEX triplet: 75, 69 and 54. RGB value is (117,105,84). Sum of RGB (Red+Green+Blue) = 117+105+84=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756954 is #8A96AB. Grayscale: #6A6A6A. Windows color (decimal): -9082540 or 5532021. OLE color: 5532021.

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

Color convert

RGB 117 105 84 -
CMYK 0 0.10 0.28 0.54
HSL 38.18º 0.16% 0.39% -
HSV(B) 38.18º 0.28% 0.46% -
XYZ 13.99 14.53 10.45 -
YUV 106.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 117 105 84 0 0.10 0.28 0.54 38.18 0.16 0.39
Hex 75 69 54 0 A 1C 36 26 10 27
Octal 165 151 124 0 12 34 66 46 20 47
Binary 1110101 1101001 1010100 0 1010 11100 110110 100110 10000 100111

Color Harmonies of #756954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756954

Black with #756954

Text Example


Text Example

White with #756954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756954; }

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

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

background-color css

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

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

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

border-color css

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

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

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