Html Css Color HEX #7A664D Pine Cone

📋 copy color: '#7A664D'

red 122 ◦ green 102 ◦ blue 77

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

Shades of Pine Cone #7A664D

Tints of Pine Cone #7A664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 40.53%
G = 33.89%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A664D (or 0x7A664D) is known color: Pine Cone. HEX triplet: 7A, 66 and 4D. RGB value is (122,102,77). Sum of RGB (Red+Green+Blue) = 122+102+77=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A664D is #8599B2. Grayscale: #696969. Windows color (decimal): -8755635 or 5072506. OLE color: 5072506.

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

Color convert

RGB 122 102 77 -
CMYK 0 0.16 0.37 0.52
HSL 33.33º 0.23% 0.39% -
HSV(B) 33.33º 0.37% 0.48% -
XYZ 14.12 14.18 9.01 -
YUV 105.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 122 102 77 0 0.16 0.37 0.52 33.33 0.23 0.39
Hex 7A 66 4D 0 10 25 34 21 17 27
Octal 172 146 115 0 20 45 64 41 27 47
Binary 1111010 1100110 1001101 0 10000 100101 110100 100001 10111 100111

Color Harmonies of #7A664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A664D

Black with #7A664D

Text Example


Text Example

White with #7A664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,77); }

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

background-color css

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

 a { background-color: rgb(122,102,77); }

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

border-color css

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

 span { border-color: rgb(122,102,77); }

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