Html Css Color HEX #7A6956 Pine Cone

📋 copy color: '#7A6956'

red 122 ◦ green 105 ◦ blue 86

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

Shades of Pine Cone #7A6956

Tints of Pine Cone #7A6956

RGB

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

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

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

R = 38.98%
G = 33.55%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A6956 (or 0x7A6956) is known color: Pine Cone. HEX triplet: 7A, 69 and 56. RGB value is (122,105,86). Sum of RGB (Red+Green+Blue) = 122+105+86=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6956 is #8596A9. Grayscale: #6C6C6C. Windows color (decimal): -8754858 or 5663098. OLE color: 5663098.

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

Color convert

RGB 122 105 86 -
CMYK 0 0.14 0.30 0.52
HSL 31.67º 0.17% 0.41% -
HSV(B) 31.67º 0.3% 0.48% -
XYZ 14.76 14.91 10.9 -
YUV 107.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 122 105 86 0 0.14 0.30 0.52 31.67 0.17 0.41
Hex 7A 69 56 0 E 1E 34 20 11 29
Octal 172 151 126 0 16 36 64 40 21 51
Binary 1111010 1101001 1010110 0 1110 11110 110100 100000 10001 101001

Color Harmonies of #7A6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6956

Black with #7A6956

Text Example


Text Example

White with #7A6956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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