Html Css Color HEX #7E6350 Roman Coffee

📋 copy color: '#7E6350'

red 126 ◦ green 99 ◦ blue 80

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

Shades of Roman Coffee #7E6350

Tints of Roman Coffee #7E6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 41.31%
G = 32.46%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E6350 (or 0x7E6350) is known color: Roman Coffee. HEX triplet: 7E, 63 and 50. RGB value is (126,99,80). Sum of RGB (Red+Green+Blue) = 126+99+80=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6350 is #819CAF. Grayscale: #696969. Windows color (decimal): -8494256 or 5268350. OLE color: 5268350.

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

Color convert

RGB 126 99 80 -
CMYK 0 0.21 0.37 0.51
HSL 24.78º 0.22% 0.4% -
HSV(B) 24.78º 0.37% 0.49% -
XYZ 14.51 13.94 9.51 -
YUV 104.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 126 99 80 0 0.21 0.37 0.51 24.78 0.22 0.4
Hex 7E 63 50 0 15 25 33 19 16 28
Octal 176 143 120 0 25 45 63 31 26 50
Binary 1111110 1100011 1010000 0 10101 100101 110011 11001 10110 101000

Color Harmonies of #7E6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6350

Black with #7E6350

Text Example


Text Example

White with #7E6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,99,80); }

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

background-color css

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

 a { background-color: rgb(126,99,80); }

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

border-color css

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

 span { border-color: rgb(126,99,80); }

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