Html Css Color HEX #7C6953 Pine Cone

📋 copy color: '#7C6953'

red 124 ◦ green 105 ◦ blue 83

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

Shades of Pine Cone #7C6953

Tints of Pine Cone #7C6953

RGB

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

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

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

R = 39.74%
G = 33.65%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C6953 (or 0x7C6953) is known color: Pine Cone. HEX triplet: 7C, 69 and 53. RGB value is (124,105,83). Sum of RGB (Red+Green+Blue) = 124+105+83=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6953 is #8396AC. Grayscale: #6C6C6C. Windows color (decimal): -8623789 or 5466492. OLE color: 5466492.

HSL color Cylindrical-coordinate representation of color #7C6953: hue angle of 32.2º 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 #7C6953 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 105 83 -
CMYK 0 0.15 0.33 0.51
HSL 32.2º 0.2% 0.41% -
HSV(B) 32.2º 0.33% 0.49% -
XYZ 14.93 15.01 10.29 -
YUV 108.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 124 105 83 0 0.15 0.33 0.51 32.2 0.2 0.41
Hex 7C 69 53 0 F 21 33 20 14 29
Octal 174 151 123 0 17 41 63 40 24 51
Binary 1111100 1101001 1010011 0 1111 100001 110011 100000 10100 101001

Color Harmonies of #7C6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6953

Black with #7C6953

Text Example


Text Example

White with #7C6953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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