Html Css Color HEX #75694D Coffee

📋 copy color: '#75694D'

red 117 ◦ green 105 ◦ blue 77

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

Shades of Coffee #75694D

Tints of Coffee #75694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 39.13%
G = 35.12%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75694D (or 0x75694D) is known color: Coffee. HEX triplet: 75, 69 and 4D. RGB value is (117,105,77). Sum of RGB (Red+Green+Blue) = 117+105+77=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75694D is #8A96B2. Grayscale: #696969. Windows color (decimal): -9082547 or 5073269. OLE color: 5073269.

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

Color convert

RGB 117 105 77 -
CMYK 0 0.10 0.34 0.54
HSL 42º 0.21% 0.38% -
HSV(B) 42º 0.34% 0.46% -
XYZ 13.73 14.42 9.08 -
YUV 105.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 117 105 77 0 0.10 0.34 0.54 42 0.21 0.38
Hex 75 69 4D 0 A 22 36 2A 15 26
Octal 165 151 115 0 12 42 66 52 25 46
Binary 1110101 1101001 1001101 0 1010 100010 110110 101010 10101 100110

Color Harmonies of #75694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75694D

Black with #75694D

Text Example


Text Example

White with #75694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75694D; }

 p { color: rgb(117,105,77); }

 H1.HeaderClassName
 {
   color: #75694D;
 }
 .AnyTagClassName
 {
   color: #75694D;
 }
</style>

background-color css

<style>
 a { background-color: #75694D; }

 a { background-color: rgb(117,105,77); }

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

border-color css

<style>
 span { border-color: #75694D; }

 span { border-color: rgb(117,105,77); }

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