Html Css Color HEX #7C6853 Pine Cone

📋 copy color: '#7C6853'

red 124 ◦ green 104 ◦ blue 83

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

Shades of Pine Cone #7C6853

Tints of Pine Cone #7C6853

RGB

 RED value IS 124 (48.83% from 255) = 39.87%

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 39.87%
G = 33.44%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C6853 (or 0x7C6853) is known color: Pine Cone. HEX triplet: 7C, 68 and 53. RGB value is (124,104,83). Sum of RGB (Red+Green+Blue) = 124+104+83=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6853 is #8397AC. Grayscale: #6B6B6B. Windows color (decimal): -8624045 or 5466236. OLE color: 5466236.

HSL color Cylindrical-coordinate representation of color #7C6853: hue angle of 30.73º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C6853 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 104 83 -
CMYK 0 0.16 0.33 0.51
HSL 30.73º 0.2% 0.41% -
HSV(B) 30.73º 0.33% 0.49% -
XYZ 14.82 14.81 10.26 -
YUV 107.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 124 104 83 0 0.16 0.33 0.51 30.73 0.2 0.41
Hex 7C 68 53 0 10 21 33 1F 14 29
Octal 174 150 123 0 20 41 63 37 24 51
Binary 1111100 1101000 1010011 0 10000 100001 110011 11111 10100 101001

Color Harmonies of #7C6853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6853

Black with #7C6853

Text Example


Text Example

White with #7C6853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,83); }

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

background-color css

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

 a { background-color: rgb(124,104,83); }

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

border-color css

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

 span { border-color: rgb(124,104,83); }

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