Html Css Color HEX #75664E Coffee

📋 copy color: '#75664E'

red 117 ◦ green 102 ◦ blue 78

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

Shades of Coffee #75664E

Tints of Coffee #75664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 39.39%
G = 34.34%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75664E (or 0x75664E) is known color: Coffee. HEX triplet: 75, 66 and 4E. RGB value is (117,102,78). Sum of RGB (Red+Green+Blue) = 117+102+78=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75664E is #8A99B1. Grayscale: #676767. Windows color (decimal): -9083314 or 5138037. OLE color: 5138037.

HSL color Cylindrical-coordinate representation of color #75664E: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75664E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 78 -
CMYK 0 0.13 0.33 0.54
HSL 36.92º 0.2% 0.38% -
HSV(B) 36.92º 0.33% 0.46% -
XYZ 13.46 13.83 9.17 -
YUV 103.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 117 102 78 0 0.13 0.33 0.54 36.92 0.2 0.38
Hex 75 66 4E 0 D 21 36 25 14 26
Octal 165 146 116 0 15 41 66 45 24 46
Binary 1110101 1100110 1001110 0 1101 100001 110110 100101 10100 100110

Color Harmonies of #75664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75664E

Black with #75664E

Text Example


Text Example

White with #75664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75664E; }

 p { color: rgb(117,102,78); }

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

background-color css

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

 a { background-color: rgb(117,102,78); }

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

border-color css

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

 span { border-color: rgb(117,102,78); }

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