Html Css Color HEX #7A6952 Pine Cone

📋 copy color: '#7A6952'

red 122 ◦ green 105 ◦ blue 82

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

Shades of Pine Cone #7A6952

Tints of Pine Cone #7A6952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 39.48%
G = 33.98%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7A6952 (or 0x7A6952) is known color: Pine Cone. HEX triplet: 7A, 69 and 52. RGB value is (122,105,82). Sum of RGB (Red+Green+Blue) = 122+105+82=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6952 is #8596AD. Grayscale: #6B6B6B. Windows color (decimal): -8754862 or 5400954. OLE color: 5400954.

HSL color Cylindrical-coordinate representation of color #7A6952: hue angle of 34.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A6952 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 105 82 -
CMYK 0 0.14 0.33 0.52
HSL 34.5º 0.2% 0.4% -
HSV(B) 34.5º 0.33% 0.48% -
XYZ 14.6 14.85 10.08 -
YUV 107.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 122 105 82 0 0.14 0.33 0.52 34.5 0.2 0.4
Hex 7A 69 52 0 E 21 34 22 14 28
Octal 172 151 122 0 16 41 64 42 24 50
Binary 1111010 1101001 1010010 0 1110 100001 110100 100010 10100 101000

Color Harmonies of #7A6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6952

Black with #7A6952

Text Example


Text Example

White with #7A6952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,82); }

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

background-color css

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

 a { background-color: rgb(122,105,82); }

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

border-color css

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

 span { border-color: rgb(122,105,82); }

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