Html Css Color HEX #7C6450 Roman Coffee

📋 copy color: '#7C6450'

red 124 ◦ green 100 ◦ blue 80

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

Shades of Roman Coffee #7C6450

Tints of Roman Coffee #7C6450

RGB

 RED value IS 124 (48.83% from 255) = 40.79%

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

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

R = 40.79%
G = 32.89%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C6450 (or 0x7C6450) is known color: Roman Coffee. HEX triplet: 7C, 64 and 50. RGB value is (124,100,80). Sum of RGB (Red+Green+Blue) = 124+100+80=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6450 is #839BAF. Grayscale: #686868. Windows color (decimal): -8625072 or 5268604. OLE color: 5268604.

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

Color convert

RGB 124 100 80 -
CMYK 0 0.19 0.35 0.51
HSL 27.27º 0.22% 0.4% -
HSV(B) 27.27º 0.35% 0.49% -
XYZ 14.32 13.98 9.53 -
YUV 104.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 124 100 80 0 0.19 0.35 0.51 27.27 0.22 0.4
Hex 7C 64 50 0 13 23 33 1B 16 28
Octal 174 144 120 0 23 43 63 33 26 50
Binary 1111100 1100100 1010000 0 10011 100011 110011 11011 10110 101000

Color Harmonies of #7C6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6450

Black with #7C6450

Text Example


Text Example

White with #7C6450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,80); }

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

background-color css

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

 a { background-color: rgb(124,100,80); }

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

border-color css

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

 span { border-color: rgb(124,100,80); }

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