Html Css Color HEX #7A5F4E Roman Coffee

📋 copy color: '#7A5F4E'

red 122 ◦ green 95 ◦ blue 78

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

Shades of Roman Coffee #7A5F4E

Tints of Roman Coffee #7A5F4E

RGB

 RED value IS 122 (48.05% from 255) = 41.36%

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

 BLUE value IS 78 (30.86% from 255) = 26.44%

R = 41.36%
G = 32.2%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7A5F4E (or 0x7A5F4E) is known color: Roman Coffee. HEX triplet: 7A, 5F and 4E. RGB value is (122,95,78). Sum of RGB (Red+Green+Blue) = 122+95+78=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F4E is #85A0B1. Grayscale: #656565. Windows color (decimal): -8757426 or 5136250. OLE color: 5136250.

HSL color Cylindrical-coordinate representation of color #7A5F4E: hue angle of 23.18º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A5F4E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 95 78 -
CMYK 0 0.22 0.36 0.52
HSL 23.18º 0.22% 0.39% -
HSV(B) 23.18º 0.36% 0.48% -
XYZ 13.49 12.87 8.98 -
YUV 101.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 122 95 78 0 0.22 0.36 0.52 23.18 0.22 0.39
Hex 7A 5F 4E 0 16 24 34 17 16 27
Octal 172 137 116 0 26 44 64 27 26 47
Binary 1111010 1011111 1001110 0 10110 100100 110100 10111 10110 100111

Color Harmonies of #7A5F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5F4E

Black with #7A5F4E

Text Example


Text Example

White with #7A5F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,95,78); }

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

background-color css

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

 a { background-color: rgb(122,95,78); }

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

border-color css

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

 span { border-color: rgb(122,95,78); }

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