Html Css Color HEX #726A5B Coffee

📋 copy color: '#726A5B'

red 114 ◦ green 106 ◦ blue 91

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

Shades of Coffee #726A5B

Tints of Coffee #726A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.08%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 36.66%
G = 34.08%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#726A5B (or 0x726A5B) is known color: Coffee. HEX triplet: 72, 6A and 5B. RGB value is (114,106,91). Sum of RGB (Red+Green+Blue) = 114+106+91=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5B is #8D95A4. Grayscale: #6A6A6A. Windows color (decimal): -9278885 or 5991026. OLE color: 5991026.

HSL color Cylindrical-coordinate representation of color #726A5B: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726A5B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 91 -
CMYK 0 0.07 0.20 0.55
HSL 39.13º 0.11% 0.4% -
HSV(B) 39.13º 0.2% 0.45% -
XYZ 13.98 14.64 11.99 -
YUV 106.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 114 106 91 0 0.07 0.20 0.55 39.13 0.11 0.4
Hex 72 6A 5B 0 7 14 37 27 B 28
Octal 162 152 133 0 7 24 67 47 13 50
Binary 1110010 1101010 1011011 0 111 10100 110111 100111 1011 101000

Color Harmonies of #726A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A5B

Black with #726A5B

Text Example


Text Example

White with #726A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726A5B; }

 p { color: rgb(114,106,91); }

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

background-color css

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

 a { background-color: rgb(114,106,91); }

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

border-color css

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

 span { border-color: rgb(114,106,91); }

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