Html Css Color HEX #79695A Pine Cone

📋 copy color: '#79695A'

red 121 ◦ green 105 ◦ blue 90

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

Shades of Pine Cone #79695A

Tints of Pine Cone #79695A

RGB

 RED value IS 121 (47.66% from 255) = 38.29%

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 38.29%
G = 33.23%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#79695A (or 0x79695A) is known color: Pine Cone. HEX triplet: 79, 69 and 5A. RGB value is (121,105,90). Sum of RGB (Red+Green+Blue) = 121+105+90=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #79695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79695A is #8696A5. Grayscale: #6C6C6C. Windows color (decimal): -8820390 or 5925241. OLE color: 5925241.

HSL color Cylindrical-coordinate representation of color #79695A: hue angle of 29.03º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79695A is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 105 90 -
CMYK 0 0.13 0.26 0.53
HSL 29.03º 0.15% 0.41% -
HSV(B) 29.03º 0.26% 0.47% -
XYZ 14.78 14.91 11.77 -
YUV 108.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 121 105 90 0 0.13 0.26 0.53 29.03 0.15 0.41
Hex 79 69 5A 0 D 1A 35 1D F 29
Octal 171 151 132 0 15 32 65 35 17 51
Binary 1111001 1101001 1011010 0 1101 11010 110101 11101 1111 101001

Color Harmonies of #79695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79695A

Black with #79695A

Text Example


Text Example

White with #79695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79695A; }

 p { color: rgb(121,105,90); }

 H1.HeaderClassName
 {
   color: #79695A;
 }
 .AnyTagClassName
 {
   color: #79695A;
 }
</style>

background-color css

<style>
 a { background-color: #79695A; }

 a { background-color: rgb(121,105,90); }

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

border-color css

<style>
 span { border-color: #79695A; }

 span { border-color: rgb(121,105,90); }

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