Html Css Color HEX #7C6550 Roman Coffee

📋 copy color: '#7C6550'

red 124 ◦ green 101 ◦ blue 80

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

Shades of Roman Coffee #7C6550

Tints of Roman Coffee #7C6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 40.66%
G = 33.11%
B = 26.23%

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

#7C6550 (or 0x7C6550) is known color: Roman Coffee. HEX triplet: 7C, 65 and 50. RGB value is (124,101,80). Sum of RGB (Red+Green+Blue) = 124+101+80=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6550 is #839AAF. Grayscale: #696969. Windows color (decimal): -8624816 or 5268860. OLE color: 5268860.

HSL color Cylindrical-coordinate representation of color #7C6550: hue angle of 28.64º 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 #7C6550 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 101 80 -
CMYK 0 0.19 0.35 0.51
HSL 28.64º 0.22% 0.4% -
HSV(B) 28.64º 0.35% 0.49% -
XYZ 14.41 14.17 9.57 -
YUV 105.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 124 101 80 0 0.19 0.35 0.51 28.64 0.22 0.4
Hex 7C 65 50 0 13 23 33 1D 16 28
Octal 174 145 120 0 23 43 63 35 26 50
Binary 1111100 1100101 1010000 0 10011 100011 110011 11101 10110 101000

Color Harmonies of #7C6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6550

Black with #7C6550

Text Example


Text Example

White with #7C6550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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