Html Css Color HEX #75674C Coffee

📋 copy color: '#75674C'

red 117 ◦ green 103 ◦ blue 76

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

Shades of Coffee #75674C

Tints of Coffee #75674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 39.53%
G = 34.8%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75674C (or 0x75674C) is known color: Coffee. HEX triplet: 75, 67 and 4C. RGB value is (117,103,76). Sum of RGB (Red+Green+Blue) = 117+103+76=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75674C is #8A98B3. Grayscale: #686868. Windows color (decimal): -9083060 or 5007221. OLE color: 5007221.

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

Color convert

RGB 117 103 76 -
CMYK 0 0.12 0.35 0.54
HSL 39.51º 0.21% 0.38% -
HSV(B) 39.51º 0.35% 0.46% -
XYZ 13.49 14 8.83 -
YUV 104.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 117 103 76 0 0.12 0.35 0.54 39.51 0.21 0.38
Hex 75 67 4C 0 C 23 36 28 15 26
Octal 165 147 114 0 14 43 66 50 25 46
Binary 1110101 1100111 1001100 0 1100 100011 110110 101000 10101 100110

Color Harmonies of #75674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75674C

Black with #75674C

Text Example


Text Example

White with #75674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75674C;
 }
 .AnyTagClassName
 {
   color: #75674C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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