Html Css Color HEX #746952 Coffee

📋 copy color: '#746952'

red 116 ◦ green 105 ◦ blue 82

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

Shades of Coffee #746952

Tints of Coffee #746952

RGB

 RED value IS 116 (45.7% from 255) = 38.28%

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

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 38.28%
G = 34.65%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#746952 (or 0x746952) is known color: Coffee. HEX triplet: 74, 69 and 52. RGB value is (116,105,82). Sum of RGB (Red+Green+Blue) = 116+105+82=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746952 is #8B96AD. Grayscale: #696969. Windows color (decimal): -9148078 or 5400948. OLE color: 5400948.

HSL color Cylindrical-coordinate representation of color #746952: hue angle of 40.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746952 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 82 -
CMYK 0 0.09 0.29 0.55
HSL 40.59º 0.17% 0.39% -
HSV(B) 40.59º 0.29% 0.45% -
XYZ 13.78 14.43 10.04 -
YUV 105.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 116 105 82 0 0.09 0.29 0.55 40.59 0.17 0.39
Hex 74 69 52 0 9 1D 37 29 11 27
Octal 164 151 122 0 11 35 67 51 21 47
Binary 1110100 1101001 1010010 0 1001 11101 110111 101001 10001 100111

Color Harmonies of #746952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746952

Black with #746952

Text Example


Text Example

White with #746952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746952; }

 p { color: rgb(116,105,82); }

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

background-color css

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

 a { background-color: rgb(116,105,82); }

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

border-color css

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

 span { border-color: rgb(116,105,82); }

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