Html Css Color HEX #7B6956 Pine Cone

📋 copy color: '#7B6956'

red 123 ◦ green 105 ◦ blue 86

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

Shades of Pine Cone #7B6956

Tints of Pine Cone #7B6956

RGB

 RED value IS 123 (48.44% from 255) = 39.17%

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

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 39.17%
G = 33.44%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B6956 (or 0x7B6956) is known color: Pine Cone. HEX triplet: 7B, 69 and 56. RGB value is (123,105,86). Sum of RGB (Red+Green+Blue) = 123+105+86=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6956 is #8496A9. Grayscale: #6C6C6C. Windows color (decimal): -8689322 or 5663099. OLE color: 5663099.

HSL color Cylindrical-coordinate representation of color #7B6956: hue angle of 30.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6956 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 105 86 -
CMYK 0 0.15 0.30 0.52
HSL 30.81º 0.18% 0.41% -
HSV(B) 30.81º 0.3% 0.48% -
XYZ 14.9 14.99 10.91 -
YUV 108.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 123 105 86 0 0.15 0.30 0.52 30.81 0.18 0.41
Hex 7B 69 56 0 F 1E 34 1F 12 29
Octal 173 151 126 0 17 36 64 37 22 51
Binary 1111011 1101001 1010110 0 1111 11110 110100 11111 10010 101001

Color Harmonies of #7B6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6956

Black with #7B6956

Text Example


Text Example

White with #7B6956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,105,86); }

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

background-color css

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

 a { background-color: rgb(123,105,86); }

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

border-color css

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

 span { border-color: rgb(123,105,86); }

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