Html Css Color HEX #7A604C Pine Cone

📋 copy color: '#7A604C'

red 122 ◦ green 96 ◦ blue 76

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

Shades of Pine Cone #7A604C

Tints of Pine Cone #7A604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 41.5%
G = 32.65%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A604C (or 0x7A604C) is known color: Pine Cone. HEX triplet: 7A, 60 and 4C. RGB value is (122,96,76). Sum of RGB (Red+Green+Blue) = 122+96+76=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A604C is #859FB3. Grayscale: #656565. Windows color (decimal): -8757172 or 5005434. OLE color: 5005434.

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

Color convert

RGB 122 96 76 -
CMYK 0 0.21 0.38 0.52
HSL 26.09º 0.23% 0.39% -
HSV(B) 26.09º 0.38% 0.48% -
XYZ 13.51 13.03 8.64 -
YUV 101.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 122 96 76 0 0.21 0.38 0.52 26.09 0.23 0.39
Hex 7A 60 4C 0 15 26 34 1A 17 27
Octal 172 140 114 0 25 46 64 32 27 47
Binary 1111010 1100000 1001100 0 10101 100110 110100 11010 10111 100111

Color Harmonies of #7A604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A604C

Black with #7A604C

Text Example


Text Example

White with #7A604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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