Html Css Color HEX #7A6950 Coffee

📋 copy color: '#7A6950'

red 122 ◦ green 105 ◦ blue 80

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

Shades of Coffee #7A6950

Tints of Coffee #7A6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 39.74%
G = 34.2%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A6950 (or 0x7A6950) is known color: Coffee. HEX triplet: 7A, 69 and 50. RGB value is (122,105,80). Sum of RGB (Red+Green+Blue) = 122+105+80=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6950 is #8596AF. Grayscale: #6B6B6B. Windows color (decimal): -8754864 or 5269882. OLE color: 5269882.

HSL color Cylindrical-coordinate representation of color #7A6950: hue angle of 35.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6950 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 105 80 -
CMYK 0 0.14 0.34 0.52
HSL 35.71º 0.21% 0.4% -
HSV(B) 35.71º 0.34% 0.48% -
XYZ 14.53 14.82 9.68 -
YUV 107.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 122 105 80 0 0.14 0.34 0.52 35.71 0.21 0.4
Hex 7A 69 50 0 E 22 34 24 15 28
Octal 172 151 120 0 16 42 64 44 25 50
Binary 1111010 1101001 1010000 0 1110 100010 110100 100100 10101 101000

Color Harmonies of #7A6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6950

Black with #7A6950

Text Example


Text Example

White with #7A6950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,80); }

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

background-color css

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

 a { background-color: rgb(122,105,80); }

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

border-color css

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

 span { border-color: rgb(122,105,80); }

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