Html Css Color HEX #795F50 Roman Coffee

📋 copy color: '#795F50'

red 121 ◦ green 95 ◦ blue 80

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

Shades of Roman Coffee #795F50

Tints of Roman Coffee #795F50

RGB

 RED value IS 121 (47.66% from 255) = 40.88%

 GREEN value IS 95 (37.5% from 255) = 32.09%

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

R = 40.88%
G = 32.09%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#795F50 (or 0x795F50) is known color: Roman Coffee. HEX triplet: 79, 5F and 50. RGB value is (121,95,80). Sum of RGB (Red+Green+Blue) = 121+95+80=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #795F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F50 is #86A0AF. Grayscale: #656565. Windows color (decimal): -8822960 or 5267321. OLE color: 5267321.

HSL color Cylindrical-coordinate representation of color #795F50: hue angle of 21.95º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795F50 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 80 -
CMYK 0 0.21 0.34 0.53
HSL 21.95º 0.2% 0.39% -
HSV(B) 21.95º 0.34% 0.47% -
XYZ 13.43 12.83 9.36 -
YUV 101.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 121 95 80 0 0.21 0.34 0.53 21.95 0.2 0.39
Hex 79 5F 50 0 15 22 35 16 14 27
Octal 171 137 120 0 25 42 65 26 24 47
Binary 1111001 1011111 1010000 0 10101 100010 110101 10110 10100 100111

Color Harmonies of #795F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F50

Black with #795F50

Text Example


Text Example

White with #795F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F50; }

 p { color: rgb(121,95,80); }

 H1.HeaderClassName
 {
   color: #795F50;
 }
 .AnyTagClassName
 {
   color: #795F50;
 }
</style>

background-color css

<style>
 a { background-color: #795F50; }

 a { background-color: rgb(121,95,80); }

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

border-color css

<style>
 span { border-color: #795F50; }

 span { border-color: rgb(121,95,80); }

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