Html Css Color HEX #7A6655 Roman Coffee

📋 copy color: '#7A6655'

red 122 ◦ green 102 ◦ blue 85

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

Shades of Roman Coffee #7A6655

Tints of Roman Coffee #7A6655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 39.48%
G = 33.01%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A6655 (or 0x7A6655) is known color: Roman Coffee. HEX triplet: 7A, 66 and 55. RGB value is (122,102,85). Sum of RGB (Red+Green+Blue) = 122+102+85=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6655 is #8599AA. Grayscale: #6A6A6A. Windows color (decimal): -8755627 or 5596794. OLE color: 5596794.

HSL color Cylindrical-coordinate representation of color #7A6655: hue angle of 27.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6655 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 102 85 -
CMYK 0 0.16 0.30 0.52
HSL 27.57º 0.18% 0.41% -
HSV(B) 27.57º 0.3% 0.48% -
XYZ 14.42 14.3 10.59 -
YUV 106.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 122 102 85 0 0.16 0.30 0.52 27.57 0.18 0.41
Hex 7A 66 55 0 10 1E 34 1C 12 29
Octal 172 146 125 0 20 36 64 34 22 51
Binary 1111010 1100110 1010101 0 10000 11110 110100 11100 10010 101001

Color Harmonies of #7A6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6655

Black with #7A6655

Text Example


Text Example

White with #7A6655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,85); }

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

background-color css

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

 a { background-color: rgb(122,102,85); }

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

border-color css

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

 span { border-color: rgb(122,102,85); }

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