Html Css Color HEX #7A6A56 Pine Cone

📋 copy color: '#7A6A56'

red 122 ◦ green 106 ◦ blue 86

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

Shades of Pine Cone #7A6A56

Tints of Pine Cone #7A6A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 38.85%
G = 33.76%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A6A56 (or 0x7A6A56) is known color: Pine Cone. HEX triplet: 7A, 6A and 56. RGB value is (122,106,86). Sum of RGB (Red+Green+Blue) = 122+106+86=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A56 is #8595A9. Grayscale: #6C6C6C. Windows color (decimal): -8754602 or 5663354. OLE color: 5663354.

HSL color Cylindrical-coordinate representation of color #7A6A56: hue angle of 33.33º degrees, saturation: 0.17, 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 #7A6A56 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 106 86 -
CMYK 0 0.13 0.30 0.52
HSL 33.33º 0.17% 0.41% -
HSV(B) 33.33º 0.3% 0.48% -
XYZ 14.86 15.12 10.94 -
YUV 108.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 122 106 86 0 0.13 0.30 0.52 33.33 0.17 0.41
Hex 7A 6A 56 0 D 1E 34 21 11 29
Octal 172 152 126 0 15 36 64 41 21 51
Binary 1111010 1101010 1010110 0 1101 11110 110100 100001 10001 101001

Color Harmonies of #7A6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6A56

Black with #7A6A56

Text Example


Text Example

White with #7A6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,106,86); }

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

background-color css

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

 a { background-color: rgb(122,106,86); }

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

border-color css

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

 span { border-color: rgb(122,106,86); }

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