Html Css Color HEX #786250 Pine Cone

📋 copy color: '#786250'

red 120 ◦ green 98 ◦ blue 80

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

Shades of Pine Cone #786250

Tints of Pine Cone #786250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 40.27%
G = 32.89%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786250 (or 0x786250) is known color: Pine Cone. HEX triplet: 78, 62 and 50. RGB value is (120,98,80). Sum of RGB (Red+Green+Blue) = 120+98+80=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #786250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786250 is #879DAF. Grayscale: #666666. Windows color (decimal): -8887728 or 5268088. OLE color: 5268088.

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

Color convert

RGB 120 98 80 -
CMYK 0 0.18 0.33 0.53
HSL 27º 0.2% 0.39% -
HSV(B) 27º 0.33% 0.47% -
XYZ 13.56 13.31 9.44 -
YUV 102.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 120 98 80 0 0.18 0.33 0.53 27 0.2 0.39
Hex 78 62 50 0 12 21 35 1B 14 27
Octal 170 142 120 0 22 41 65 33 24 47
Binary 1111000 1100010 1010000 0 10010 100001 110101 11011 10100 100111

Color Harmonies of #786250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786250

Black with #786250

Text Example


Text Example

White with #786250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786250; }

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

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

background-color css

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

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

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

border-color css

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

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

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