Html Css Color HEX #786050 Pine Cone

📋 copy color: '#786050'

red 120 ◦ green 96 ◦ blue 80

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

Shades of Pine Cone #786050

Tints of Pine Cone #786050

RGB

 RED value IS 120 (47.27% from 255) = 40.54%

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 40.54%
G = 32.43%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786050 (or 0x786050) is known color: Pine Cone. HEX triplet: 78, 60 and 50. RGB value is (120,96,80). Sum of RGB (Red+Green+Blue) = 120+96+80=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #786050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786050 is #879FAF. Grayscale: #656565. Windows color (decimal): -8888240 or 5267576. OLE color: 5267576.

HSL color Cylindrical-coordinate representation of color #786050: hue angle of 24º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786050 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 80 -
CMYK 0 0.2 0.33 0.53
HSL 24º 0.2% 0.39% -
HSV(B) 24º 0.33% 0.47% -
XYZ 13.38 12.94 9.38 -
YUV 101.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 120 96 80 0 0.2 0.33 0.53 24 0.2 0.39
Hex 78 60 50 0 14 21 35 18 14 27
Octal 170 140 120 0 24 41 65 30 24 47
Binary 1111000 1100000 1010000 0 10100 100001 110101 11000 10100 100111

Color Harmonies of #786050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786050

Black with #786050

Text Example


Text Example

White with #786050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786050; }

 p { color: rgb(120,96,80); }

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

background-color css

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

 a { background-color: rgb(120,96,80); }

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

border-color css

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

 span { border-color: rgb(120,96,80); }

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