Html Css Color HEX #726954 Coffee

📋 copy color: '#726954'

red 114 ◦ green 105 ◦ blue 84

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

Shades of Coffee #726954

Tints of Coffee #726954

RGB

 RED value IS 114 (44.92% from 255) = 37.62%

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

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 37.62%
G = 34.65%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#726954 (or 0x726954) is known color: Coffee. HEX triplet: 72, 69 and 54. RGB value is (114,105,84). Sum of RGB (Red+Green+Blue) = 114+105+84=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726954 is #8D96AB. Grayscale: #696969. Windows color (decimal): -9279148 or 5532018. OLE color: 5532018.

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

Color convert

RGB 114 105 84 -
CMYK 0 0.08 0.26 0.55
HSL 42º 0.15% 0.39% -
HSV(B) 42º 0.26% 0.45% -
XYZ 13.59 14.32 10.44 -
YUV 105.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 114 105 84 0 0.08 0.26 0.55 42 0.15 0.39
Hex 72 69 54 0 8 1A 37 2A F 27
Octal 162 151 124 0 10 32 67 52 17 47
Binary 1110010 1101001 1010100 0 1000 11010 110111 101010 1111 100111

Color Harmonies of #726954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726954

Black with #726954

Text Example


Text Example

White with #726954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726954; }

 p { color: rgb(114,105,84); }

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

background-color css

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

 a { background-color: rgb(114,105,84); }

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

border-color css

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

 span { border-color: rgb(114,105,84); }

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