Html Css Color HEX #7A6953 Pine Cone

📋 copy color: '#7A6953'

red 122 ◦ green 105 ◦ blue 83

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

Shades of Pine Cone #7A6953

Tints of Pine Cone #7A6953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 39.35%
G = 33.87%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7A6953 (or 0x7A6953) is known color: Pine Cone. HEX triplet: 7A, 69 and 53. RGB value is (122,105,83). Sum of RGB (Red+Green+Blue) = 122+105+83=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6953 is #8596AC. Grayscale: #6B6B6B. Windows color (decimal): -8754861 or 5466490. OLE color: 5466490.

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

Color convert

RGB 122 105 83 -
CMYK 0 0.14 0.32 0.52
HSL 33.85º 0.19% 0.4% -
HSV(B) 33.85º 0.32% 0.48% -
XYZ 14.64 14.87 10.28 -
YUV 107.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 122 105 83 0 0.14 0.32 0.52 33.85 0.19 0.4
Hex 7A 69 53 0 E 20 34 22 13 28
Octal 172 151 123 0 16 40 64 42 23 50
Binary 1111010 1101001 1010011 0 1110 100000 110100 100010 10011 101000

Color Harmonies of #7A6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6953

Black with #7A6953

Text Example


Text Example

White with #7A6953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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