Html Css Color HEX #7A6A54 Pine Cone

📋 copy color: '#7A6A54'

red 122 ◦ green 106 ◦ blue 84

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

Shades of Pine Cone #7A6A54

Tints of Pine Cone #7A6A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 39.1%
G = 33.97%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#7A6A54 (or 0x7A6A54) is known color: Pine Cone. HEX triplet: 7A, 6A and 54. RGB value is (122,106,84). Sum of RGB (Red+Green+Blue) = 122+106+84=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A54 is #8595AB. Grayscale: #6C6C6C. Windows color (decimal): -8754604 or 5532282. OLE color: 5532282.

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

Color convert

RGB 122 106 84 -
CMYK 0 0.13 0.31 0.52
HSL 34.74º 0.18% 0.4% -
HSV(B) 34.74º 0.31% 0.48% -
XYZ 14.78 15.09 10.52 -
YUV 108.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 122 106 84 0 0.13 0.31 0.52 34.74 0.18 0.4
Hex 7A 6A 54 0 D 1F 34 23 12 28
Octal 172 152 124 0 15 37 64 43 22 50
Binary 1111010 1101010 1010100 0 1101 11111 110100 100011 10010 101000

Color Harmonies of #7A6A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6A54

Black with #7A6A54

Text Example


Text Example

White with #7A6A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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