Html Css Color HEX #7E6455 Roman Coffee

📋 copy color: '#7E6455'

red 126 ◦ green 100 ◦ blue 85

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

Shades of Roman Coffee #7E6455

Tints of Roman Coffee #7E6455

RGB

 RED value IS 126 (49.61% from 255) = 40.51%

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 40.51%
G = 32.15%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E6455 (or 0x7E6455) is known color: Roman Coffee. HEX triplet: 7E, 64 and 55. RGB value is (126,100,85). Sum of RGB (Red+Green+Blue) = 126+100+85=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6455 is #819BAA. Grayscale: #6A6A6A. Windows color (decimal): -8493995 or 5596286. OLE color: 5596286.

HSL color Cylindrical-coordinate representation of color #7E6455: hue angle of 21.95º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6455 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 100 85 -
CMYK 0 0.21 0.33 0.51
HSL 21.95º 0.19% 0.41% -
HSV(B) 21.95º 0.33% 0.49% -
XYZ 14.8 14.21 10.56 -
YUV 106.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 126 100 85 0 0.21 0.33 0.51 21.95 0.19 0.41
Hex 7E 64 55 0 15 21 33 16 13 29
Octal 176 144 125 0 25 41 63 26 23 51
Binary 1111110 1100100 1010101 0 10101 100001 110011 10110 10011 101001

Color Harmonies of #7E6455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6455

Black with #7E6455

Text Example


Text Example

White with #7E6455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E6455; }

 p { color: rgb(126,100,85); }

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

background-color css

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

 a { background-color: rgb(126,100,85); }

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

border-color css

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

 span { border-color: rgb(126,100,85); }

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