#75674B

Color #75674B Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coffee #75674B

Tints of Coffee #75674B

Color information

#75674B (or 0x75674B) is unknown color: approx Coffee. HEX triplet: 75, 67 and 4B. RGB value is (117,103,75). Sum of RGB (Red+Green+Blue) = 117+103+75=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75674B is #8A98B4. Grayscale: #686868. Windows color (decimal): -9083061 or 4941685. OLE color: 4941685.

HSL color Cylindrical-coordinate representation of color #75674B: hue angle of 40º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75674B is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11710375-
CMYK00.120.360.54
HSL40º21.88%37.65%-
HSV(B)40º35.9%45.88%-
XYZ13.4613.998.65-
YUV103.99111.64137.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=39.66%
G=34.92%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171037500.120.360.544021.8837.65
Hex75674B0C2436281626
Octal1651471130144466502646
Binary1110101110011110010110110010010011011010100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75674B; }

 p { color: rgb(117,103,75); }

 H1.HeaderClassName
 {
   color: #75674B;
 }
 .AnyTagClassName
 {
   color: #75674B;
 }
</style>
background-color css

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

 a { background-color: rgb(117,103,75); }

 div.DivClassName
 {
   background-color: #75674B;
 }
 .BgClassName
 {
   background-color: #75674B;
 }
</style>
border-color css

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

 span { border-color: rgb(117,103,75); }

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