#75674E

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

Shades of Coffee #75674E

Tints of Coffee #75674E

Color information

#75674E (or 0x75674E) is unknown color: approx Coffee. HEX triplet: 75, 67 and 4E. RGB value is (117,103,78). Sum of RGB (Red+Green+Blue) = 117+103+78=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75674E is #8A98B1. Grayscale: #686868. Windows color (decimal): -9083058 or 5138293. OLE color: 5138293.

HSL color Cylindrical-coordinate representation of color #75674E: hue angle of 38.46º 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 #75674E is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11710378-
CMYK00.120.330.54
HSL38.46º20%38.24%-
HSV(B)38.46º33.33%45.88%-
XYZ13.5614.039.2-
YUV104.34113.14137.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=39.26%
G=34.56%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171037800.120.330.5438.462038.24
Hex75674E0C2136261426
Octal1651471160144166462446
Binary1110101110011110011100110010000111011010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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