Html Css Color HEX #7A654D Pine Cone

📋 copy color: '#7A654D'

red 122 ◦ green 101 ◦ blue 77

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

Shades of Pine Cone #7A654D

Tints of Pine Cone #7A654D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 40.67%
G = 33.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A654D (or 0x7A654D) is known color: Pine Cone. HEX triplet: 7A, 65 and 4D. RGB value is (122,101,77). Sum of RGB (Red+Green+Blue) = 122+101+77=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A654D is #859AB2. Grayscale: #686868. Windows color (decimal): -8755891 or 5072250. OLE color: 5072250.

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

Color convert

RGB 122 101 77 -
CMYK 0 0.17 0.37 0.52
HSL 32º 0.23% 0.39% -
HSV(B) 32º 0.37% 0.48% -
XYZ 14.02 13.98 8.98 -
YUV 104.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 122 101 77 0 0.17 0.37 0.52 32 0.23 0.39
Hex 7A 65 4D 0 11 25 34 20 17 27
Octal 172 145 115 0 21 45 64 40 27 47
Binary 1111010 1100101 1001101 0 10001 100101 110100 100000 10111 100111

Color Harmonies of #7A654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A654D

Black with #7A654D

Text Example


Text Example

White with #7A654D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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