Html Css Color HEX #7A624C Pine Cone

📋 copy color: '#7A624C'

red 122 ◦ green 98 ◦ blue 76

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

Shades of Pine Cone #7A624C

Tints of Pine Cone #7A624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 41.22%
G = 33.11%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A624C (or 0x7A624C) is known color: Pine Cone. HEX triplet: 7A, 62 and 4C. RGB value is (122,98,76). Sum of RGB (Red+Green+Blue) = 122+98+76=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A624C is #859DB3. Grayscale: #666666. Windows color (decimal): -8756660 or 5005946. OLE color: 5005946.

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

Color convert

RGB 122 98 76 -
CMYK 0 0.20 0.38 0.52
HSL 28.7º 0.23% 0.39% -
HSV(B) 28.7º 0.38% 0.48% -
XYZ 13.7 13.39 8.7 -
YUV 102.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 122 98 76 0 0.20 0.38 0.52 28.7 0.23 0.39
Hex 7A 62 4C 0 14 26 34 1D 17 27
Octal 172 142 114 0 24 46 64 35 27 47
Binary 1111010 1100010 1001100 0 10100 100110 110100 11101 10111 100111

Color Harmonies of #7A624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A624C

Black with #7A624C

Text Example


Text Example

White with #7A624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,76); }

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

background-color css

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

 a { background-color: rgb(122,98,76); }

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

border-color css

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

 span { border-color: rgb(122,98,76); }

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