Html Css Color HEX #7A614A Pine Cone

📋 copy color: '#7A614A'

red 122 ◦ green 97 ◦ blue 74

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

Shades of Pine Cone #7A614A

Tints of Pine Cone #7A614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 41.64%
G = 33.11%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A614A (or 0x7A614A) is known color: Pine Cone. HEX triplet: 7A, 61 and 4A. RGB value is (122,97,74). Sum of RGB (Red+Green+Blue) = 122+97+74=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A614A is #859EB5. Grayscale: #656565. Windows color (decimal): -8756918 or 4874618. OLE color: 4874618.

HSL color Cylindrical-coordinate representation of color #7A614A: hue angle of 28.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A614A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 97 74 -
CMYK 0 0.20 0.39 0.52
HSL 28.75º 0.24% 0.38% -
HSV(B) 28.75º 0.39% 0.48% -
XYZ 13.54 13.18 8.31 -
YUV 101.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 122 97 74 0 0.20 0.39 0.52 28.75 0.24 0.38
Hex 7A 61 4A 0 14 27 34 1D 18 26
Octal 172 141 112 0 24 47 64 35 30 46
Binary 1111010 1100001 1001010 0 10100 100111 110100 11101 11000 100110

Color Harmonies of #7A614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A614A

Black with #7A614A

Text Example


Text Example

White with #7A614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,97,74); }

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

background-color css

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

 a { background-color: rgb(122,97,74); }

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

border-color css

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

 span { border-color: rgb(122,97,74); }

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