Html Css Color HEX #75654D Coffee

📋 copy color: '#75654D'

red 117 ◦ green 101 ◦ blue 77

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

Shades of Coffee #75654D

Tints of Coffee #75654D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 39.66%
G = 34.24%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75654D (or 0x75654D) is known color: Coffee. HEX triplet: 75, 65 and 4D. RGB value is (117,101,77). Sum of RGB (Red+Green+Blue) = 117+101+77=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75654D is #8A9AB2. Grayscale: #676767. Windows color (decimal): -9083571 or 5072245. OLE color: 5072245.

HSL color Cylindrical-coordinate representation of color #75654D: hue angle of 36º 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 #75654D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 77 -
CMYK 0 0.14 0.34 0.54
HSL 36º 0.21% 0.38% -
HSV(B) 36º 0.34% 0.46% -
XYZ 13.33 13.63 8.95 -
YUV 103.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 117 101 77 0 0.14 0.34 0.54 36 0.21 0.38
Hex 75 65 4D 0 E 22 36 24 15 26
Octal 165 145 115 0 16 42 66 44 25 46
Binary 1110101 1100101 1001101 0 1110 100010 110110 100100 10101 100110

Color Harmonies of #75654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75654D

Black with #75654D

Text Example


Text Example

White with #75654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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