#75674F

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

Shades of Coffee #75674F

Tints of Coffee #75674F

Color information

#75674F (or 0x75674F) is unknown color: approx Coffee. HEX triplet: 75, 67 and 4F. RGB value is (117,103,79). Sum of RGB (Red+Green+Blue) = 117+103+79=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75674F is #8A98B0. Grayscale: #686868. Windows color (decimal): -9083057 or 5203829. OLE color: 5203829.

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

Color convert

RGB11710379-
CMYK00.120.320.54
HSL37.89º19.39%38.43%-
HSV(B)37.89º32.48%45.88%-
XYZ13.614.059.39-
YUV104.45113.64136.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=39.13%
G=34.45%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171037900.120.320.5437.8919.3938.43
Hex75674F0C2036261326
Octal1651471170144066462346
Binary1110101110011110011110110010000011011010011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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