Html Css Color HEX #786650 Pine Cone

📋 copy color: '#786650'

red 120 ◦ green 102 ◦ blue 80

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

Shades of Pine Cone #786650

Tints of Pine Cone #786650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 39.74%
G = 33.77%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786650 (or 0x786650) is known color: Pine Cone. HEX triplet: 78, 66 and 50. RGB value is (120,102,80). Sum of RGB (Red+Green+Blue) = 120+102+80=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #786650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786650 is #8799AF. Grayscale: #686868. Windows color (decimal): -8886704 or 5269112. OLE color: 5269112.

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

Color convert

RGB 120 102 80 -
CMYK 0 0.15 0.33 0.53
HSL 33º 0.2% 0.39% -
HSV(B) 33º 0.33% 0.47% -
XYZ 13.95 14.08 9.57 -
YUV 104.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 120 102 80 0 0.15 0.33 0.53 33 0.2 0.39
Hex 78 66 50 0 F 21 35 21 14 27
Octal 170 146 120 0 17 41 65 41 24 47
Binary 1111000 1100110 1010000 0 1111 100001 110101 100001 10100 100111

Color Harmonies of #786650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786650

Black with #786650

Text Example


Text Example

White with #786650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786650; }

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

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

background-color css

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

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

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

border-color css

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

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

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